Skip to content

Commit

Permalink
Add timeouts for CI wheel tests (#1029)
Browse files Browse the repository at this point in the history
Add timeouts for CI wheel tests to prevent it from getting stuck if something fails in an unexpected way.

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

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #1029
  • Loading branch information
pentschev authored Mar 4, 2024
1 parent 388c7af commit 50532d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RAPIDS_PY_WHEEL_NAME="ucx_py_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-fr
python -m pip install $(echo ./dist/ucx_py*.whl)[test]

cd tests
python -m pytest --cache-clear -vs .
timeout 10m python -m pytest --cache-clear -vs .
cd ../ucp
python -m pytest --cache-clear -vs ./_libs/tests/
timeout 2m python -m pytest --cache-clear -vs ./_libs/tests/

0 comments on commit 50532d0

Please sign in to comment.