Skip to content

Commit

Permalink
adding 120 time limit for entire linux CI and 60 for the automatic te…
Browse files Browse the repository at this point in the history
…st step
  • Loading branch information
landinjm committed Oct 30, 2024
1 parent 6ea89e8 commit 4c57e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ permissions:
jobs:
CI-Linux:
runs-on: [ubuntu-22.04]
timeout-minutes: 120

container:
image: dealii/dealii:v9.6.0-jammy
Expand All @@ -41,6 +42,7 @@ jobs:
make -j $(nproc)
- name: Run PRISMS-PF tests
timeout-minutes: 60
run: |
export OMPI_ALLOW_RUN_AS_ROOT=1
export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1
Expand Down

0 comments on commit 4c57e68

Please sign in to comment.