Skip to content

Commit

Permalink
Increase Parallel PyTest timeout to 10m (horovod#3198)
Browse files Browse the repository at this point in the history
* Increase MPI and Gloo Parallel PyTest timeout to 10m

Signed-off-by: Enrico Minack <github@enrico.minack.dev>
Signed-off-by: weihanmines <weihan13@amd.com>
  • Loading branch information
EnricoMi authored and weihanmines committed Dec 10, 2021
1 parent 6174d24 commit 0432668
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .buildkite/gen-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ run_mpi_pytest() {
run_test "${test}" "${queue}" \
":pytest: MPI Parallel PyTests (${test})" \
"bash -c \"${oneccl_env} ${test_env} cd /horovod/test/parallel && (ls -1 test_*.py | xargs -n 1 \\\$(cat /mpirun_command) /bin/bash /pytest.sh mpi)\"" \
5
10
run_test "${test}" "${queue}" \
":pytest: MPI Single PyTests (${test})" \
"bash -c \"${oneccl_env} ${test_env} cd /horovod/test/single && (ls -1 test_*.py | xargs -n 1 /bin/bash /pytest_standalone.sh mpi)\"" \
Expand Down Expand Up @@ -231,7 +231,7 @@ run_gloo_pytest() {
run_test "${test}" "${queue}" \
":pytest: Gloo Parallel PyTests (${test})" \
"bash -c \"${test_env} cd /horovod/test/parallel && (ls -1 test_*.py | xargs -n 1 horovodrun -np 2 -H localhost:2 --gloo /bin/bash /pytest.sh gloo)\"" \
5
10
run_test "${test}" "${queue}" \
":pytest: Gloo Single PyTests (${test})" \
"bash -c \"${test_env} cd /horovod/test/single && (ls -1 test_*.py | xargs -n 1 /bin/bash /pytest_standalone.sh gloo)\"" \
Expand Down
Loading

0 comments on commit 0432668

Please sign in to comment.