From 53e3064960bacc8afec612f83ca1959773ec6496 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Fri, 1 Dec 2023 00:10:56 -0800 Subject: [PATCH] Increase Nanny close timeout for `test_spilling_local_cuda_cluster` --- dask_cuda/tests/test_proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dask_cuda/tests/test_proxy.py b/dask_cuda/tests/test_proxy.py index 7614219bf..5458c5bab 100644 --- a/dask_cuda/tests/test_proxy.py +++ b/dask_cuda/tests/test_proxy.py @@ -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: