Skip to content

Commit

Permalink
Increase timeout for Multi-GPU approx tests. (dmlc#11111)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored and hcho3 committed Jan 31, 2025
1 parent 3dd6de8 commit 2b521e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
pytestmark = [
pytest.mark.skipif(**tm.no_dask()),
pytest.mark.skipif(**tm.no_dask_cuda()),
tm.timeout(60),
tm.timeout(120),
]

from ..test_with_dask.test_with_dask import generate_array
Expand Down

0 comments on commit 2b521e0

Please sign in to comment.