Skip to content

Commit

Permalink
Merge pull request #333 from rapidsai/branch-0.41
Browse files Browse the repository at this point in the history
Forward-merge branch-0.41 into branch-0.42
  • Loading branch information
GPUtester authored Nov 25, 2024
2 parents d07fdcb + 243d143 commit 61cfe59
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 61cfe59

Please sign in to comment.