Skip to content

Commit

Permalink
Increase Python core tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 25, 2024
1 parent 5238822 commit ea4a0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ run_cpp_port_retry() {

#################################### Python ####################################
run_py_tests() {
CMD_LINE="timeout 2m python -m pytest -vs python/ucxx/ucxx/_lib/tests/"
CMD_LINE="timeout 4m python -m pytest -vs python/ucxx/ucxx/_lib/tests/"
log_command "${CMD_LINE}"
timeout 2m python -m pytest -vs python/ucxx/ucxx/_lib/tests/
timeout 4m python -m pytest -vs python/ucxx/ucxx/_lib/tests/
}

run_py_tests_async() {
Expand Down

0 comments on commit ea4a0e5

Please sign in to comment.