Skip to content

Commit

Permalink
Merge pull request #1290 from rapidsai/branch-23.12
Browse files Browse the repository at this point in the history
Forward-merge branch-23.12 to branch-24.02
  • Loading branch information
GPUtester authored Dec 1, 2023
2 parents 1c0f256 + 1962e2d commit 75a799e
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 75a799e

Please sign in to comment.