Skip to content

Commit

Permalink
CI: set a timeout of 10 minutes (#175)
Browse files Browse the repository at this point in the history
Otherwise hanging tests block a CI runner for up to 6 hours
  • Loading branch information
fingolfin authored and lgoettgens committed Sep 19, 2023
1 parent cdfd857 commit c5b6ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
Documenter:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: ["ubuntu-latest"]
Expand Down

0 comments on commit c5b6ced

Please sign in to comment.