Skip to content

Commit

Permalink
increase client close timeout for Dask tests (#3879)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Jan 29, 2021
1 parent 42d1633 commit 217642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# 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]]]
Expand Down

0 comments on commit 217642c

Please sign in to comment.