From 6bf16404dcd53989f302e0986def586c146b9f0c Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 7 Jun 2023 01:00:43 -0700 Subject: [PATCH] Increase pytest CI timeout --- 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 b9610bcaf..9eb695bbf 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -44,7 +44,7 @@ DASK_CUDA_TEST_SINGLE_GPU=1 \ UCXPY_IFNAME=eth0 \ UCX_WARN_UNUSED_ENV_VARS=n \ UCX_MEMTYPE_CACHE=n \ -timeout 30m pytest \ +timeout 40m pytest \ -vv \ --capture=no \ --cache-clear \