Skip to content

Commit

Permalink
Up the mpi4py time limit
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Dec 30, 2024
1 parent 2a904d8 commit 1bdf527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prte_mpi4py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ jobs:
- name: Test mpi4py (np=4)
run: mpiexec -n 4 python test/main.py -v -f
if: ${{ true }}
timeout-minutes: 5
timeout-minutes: 10
- name: Test mpi4py (np=5)
run: mpiexec -n 5 python test/main.py -v -f
if: ${{ true }}
timeout-minutes: 5
timeout-minutes: 10

- name: Test mpi4py.run
run: python demo/test-run/test_run.py -v
Expand Down

0 comments on commit 1bdf527

Please sign in to comment.