Skip to content

Commit

Permalink
Increase Nanny close timeout for test_spilling_local_cuda_cluster (r…
Browse files Browse the repository at this point in the history
…apidsai#1289)

Increase Nanny close timeout for `test_spilling_local_cuda_cluster` which didn't fail in the past but failed for the first time in latest nightly run.

Authors:
   - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
   - Richard (Rick) Zamora (https://github.com/rjzamora)
  • Loading branch information
pentschev authored and younseojava committed Apr 16, 2024
1 parent 94b6e76 commit c89e689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dask_cuda/tests/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def task(x):
n_workers=1,
device_memory_limit="1B",
jit_unspill=jit_unspill,
worker_class=IncreasedCloseTimeoutNanny,
asynchronous=True,
) as cluster:
async with Client(cluster, asynchronous=True) as client:
Expand Down

0 comments on commit c89e689

Please sign in to comment.