Skip to content

Commit

Permalink
Increase CI timeout to accomodate UCXX tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 11, 2024
1 parent 291929b commit 481720d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ DASK_CUDA_WAIT_WORKERS_MIN_TIMEOUT=20 \
UCXPY_IFNAME=eth0 \
UCX_WARN_UNUSED_ENV_VARS=n \
UCX_MEMTYPE_CACHE=n \
timeout 60m pytest \
timeout 90m pytest \
-vv \
--durations=50 \
--capture=no \
Expand All @@ -72,7 +72,7 @@ DASK_CUDA_WAIT_WORKERS_MIN_TIMEOUT=20 \
UCXPY_IFNAME=eth0 \
UCX_WARN_UNUSED_ENV_VARS=n \
UCX_MEMTYPE_CACHE=n \
timeout 30m pytest \
timeout 60m pytest \
-vv \
--durations=50 \
--capture=no \
Expand Down

0 comments on commit 481720d

Please sign in to comment.