Skip to content

Commit

Permalink
Increase Nanny close timeout for test_spilling_local_cuda_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 1, 2023
1 parent 004185e commit 53e3064
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 53e3064

Please sign in to comment.