From c57be5cfec08839deb54e77493d1f47ecb1d8462 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 3 Feb 2025 11:46:14 -0800 Subject: [PATCH] Bump test_stress timeout --- distributed/comm/tests/test_ucx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/comm/tests/test_ucx.py b/distributed/comm/tests/test_ucx.py index fe2e06fc634..c6532cfd85f 100644 --- a/distributed/comm/tests/test_ucx.py +++ b/distributed/comm/tests/test_ucx.py @@ -293,7 +293,7 @@ async def test_ucx_localcluster(ucx_loop, processes, cleanup): @pytest.mark.slow -@gen_test(timeout=60) +@gen_test(timeout=120) async def test_stress( ucx_loop, ):