Skip to content

Commit

Permalink
Increase CI test timeout to fix UCX-Py+UCXX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 31, 2023
1 parent ab80c58 commit 68aa9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 68aa9e1

Please sign in to comment.