Skip to content

Commit

Permalink
Add timeouts for CI wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Mar 4, 2024
1 parent 388c7af commit ad3725f
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 ad3725f

Please sign in to comment.