Unverified Commit 217642ca authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

increase client close timeout for Dask tests (#3879)

parent 42d1633a
......@@ -29,7 +29,7 @@ from .utils import make_ranking
# time, in seconds, to wait for the Dask client to close. Used to avoid teardown errors
# see https://distributed.dask.org/en/latest/api.html#distributed.Client.close
CLIENT_CLOSE_TIMEOUT = 60
CLIENT_CLOSE_TIMEOUT = 120
data_output = ['array', 'scipy_csr_matrix', 'dataframe']
data_centers = [[[-4, -4], [4, 4]], [[-4, -4], [4, 4], [-4, 4]]]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment