diff --git a/ci/test_python.sh b/ci/test_python.sh index ea66165d..79a058a7 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -67,7 +67,7 @@ DASK_CUDA_WAIT_WORKERS_MIN_TIMEOUT=20 \ UCXPY_IFNAME=eth0 \ UCX_WARN_UNUSED_ENV_VARS=n \ UCX_MEMTYPE_CACHE=n \ -timeout 15m pytest \ +timeout 30m pytest \ -vv \ --durations=0 \ --capture=no \