Skip to content

Commit

Permalink
crank up timeout to 50 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Jan 19, 2024
1 parent 93cbf39 commit 3fee63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ompi_mpi4py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Test mpi4py (np=5)
run: mpiexec -n 5 python test/main.py -v -f
if: ${{ true }}
timeout-minutes: 20
timeout-minutes: 50
- name: Test mpi4py.run
run: python demo/test-run/test_run.py -v
if: ${{ true }}
Expand Down

0 comments on commit 3fee63d

Please sign in to comment.