Skip to content

Commit

Permalink
Set test_spill timeouts back to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 4, 2023
1 parent 359d46b commit 7a12c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask_cuda/tests/test_spill.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def assert_disk_chunks(spills_to_disk, dask_worker=None):
},
],
)
@gen_test(timeout=120)
@gen_test(timeout=30)
async def test_cupy_cluster_device_spill(params):
cupy = pytest.importorskip("cupy")
with dask.config.set(
Expand Down Expand Up @@ -241,7 +241,7 @@ async def test_cupy_cluster_device_spill(params):
},
],
)
@gen_test(timeout=120)
@gen_test(timeout=30)
async def test_cudf_cluster_device_spill(params):
cudf = pytest.importorskip("cudf")

Expand Down

0 comments on commit 7a12c43

Please sign in to comment.