Skip to content

Commit

Permalink
Merge pull request #278 from landinjm/CI_timeout
Browse files Browse the repository at this point in the history
Adding linux CI timeout
  • Loading branch information
landinjm authored Oct 30, 2024
2 parents 6ea89e8 + 4c57e68 commit f319d6b
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 f319d6b

Please sign in to comment.