From 68aa9e1965155726fc7d833a662f02ad6b3e532f Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 31 Oct 2023 08:58:57 -0700 Subject: [PATCH] Increase CI test timeout to fix UCX-Py+UCXX tests --- ci/test_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_python.sh b/ci/test_python.sh index 827eb84c9..ca4140bae 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -45,7 +45,7 @@ DASK_CUDA_WAIT_WORKERS_MIN_TIMEOUT=20 \ UCXPY_IFNAME=eth0 \ UCX_WARN_UNUSED_ENV_VARS=n \ UCX_MEMTYPE_CACHE=n \ -timeout 40m pytest \ +timeout 60m pytest \ -vv \ --durations=0 \ --capture=no \