Skip to content

Commit

Permalink
Increase pytest CI timeout (#1196)
Browse files Browse the repository at this point in the history
Rather than individual tests hanging, the primary nightly problem seems to be that the `pytest` timeout is too short, increase it by 10 minutes to check if that is sufficient.

Authors:
   - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
   - Ray Douglass (https://github.com/raydouglass)
  • Loading branch information
pentschev authored Jun 7, 2023
1 parent cdb38ad commit 5836cde
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 30m pytest \
timeout 40m pytest \
-vv \
--capture=no \
--cache-clear \
Expand Down

0 comments on commit 5836cde

Please sign in to comment.