diff --git a/distributed/comm/tests/test_ucx.py b/distributed/comm/tests/test_ucx.py index 147915eae2a..f4a5729826a 100644 --- a/distributed/comm/tests/test_ucx.py +++ b/distributed/comm/tests/test_ucx.py @@ -296,7 +296,7 @@ async def test_ucx_localcluster(processes, cleanup): @pytest.mark.slow -@gen_test() +@gen_test(timeout=60) async def test_stress(): da = pytest.importorskip("dask.array")