Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
217642ca
Unverified
Commit
217642ca
authored
Jan 29, 2021
by
Nikita Titov
Committed by
GitHub
Jan 29, 2021
Browse files
increase client close timeout for Dask tests (#3879)
parent
42d1633a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/python_package_test/test_dask.py
tests/python_package_test/test_dask.py
+1
-1
No files found.
tests/python_package_test/test_dask.py
View file @
217642ca
...
@@ -29,7 +29,7 @@ from .utils import make_ranking
...
@@ -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
# 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
# see https://distributed.dask.org/en/latest/api.html#distributed.Client.close
CLIENT_CLOSE_TIMEOUT
=
6
0
CLIENT_CLOSE_TIMEOUT
=
12
0
data_output
=
[
'array'
,
'scipy_csr_matrix'
,
'dataframe'
]
data_output
=
[
'array'
,
'scipy_csr_matrix'
,
'dataframe'
]
data_centers
=
[[[
-
4
,
-
4
],
[
4
,
4
]],
[[
-
4
,
-
4
],
[
4
,
4
],
[
-
4
,
4
]]]
data_centers
=
[[[
-
4
,
-
4
],
[
4
,
4
]],
[[
-
4
,
-
4
],
[
4
,
4
],
[
-
4
,
4
]]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment