Skip to content

Commit

Permalink
Increase timeout for Multi-GPU approx tests. (#11111)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored Dec 28, 2024
1 parent 198c3e1 commit bec2d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
pytestmark = [
pytest.mark.skipif(**tm.no_dask()),
pytest.mark.skipif(**tm.no_dask_cuda()),
tm.timeout(60),
tm.timeout(120),
]

try:
Expand Down

0 comments on commit bec2d32

Please sign in to comment.