Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dask_cuda/tests/test_spill.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def delayed_worker_assert(total_size, device_chunk_overhead, serialized_chunk_ov
},
],
)
@gen_test(timeout=20)
@gen_test(timeout=30)
async def test_cupy_cluster_device_spill(params):
cupy = pytest.importorskip("cupy")
with dask.config.set({"distributed.worker.memory.terminate": False}):
Expand Down Expand Up @@ -203,7 +203,7 @@ async def test_cupy_cluster_device_spill(params):
},
],
)
@gen_test(timeout=20)
@gen_test(timeout=30)
async def test_cudf_cluster_device_spill(params):
cudf = pytest.importorskip("cudf")

Expand Down