Skip to content

Commit

Permalink
Add 15m timeout for CI jobs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Dec 6, 2024
1 parent 9d28cbe commit 90d7bc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
os: [ubuntu-20.04, macos-13, macos-14]

runs-on: ${{ matrix.os }}
timeout-minutes: 15

env:
TAG: ${{ needs.tag.outputs.TAG }}
Expand Down Expand Up @@ -351,6 +352,7 @@ jobs:
ci-bsd:
needs: [tag, clang-format, cppcheck, shellcheck]
runs-on: ubuntu-latest
timeout-minutes: 15

env:
TAG: ${{ needs.tag.outputs.TAG }}
Expand Down Expand Up @@ -415,6 +417,7 @@ jobs:
ci-mingw:
needs: [tag, clang-format, cppcheck, shellcheck]
runs-on: ubuntu-latest
timeout-minutes: 15

env:
TAG: ${{ needs.tag.outputs.TAG }}
Expand Down Expand Up @@ -519,6 +522,7 @@ jobs:
needs: [tag, clang-format, cppcheck, shellcheck]
runs-on: ubuntu-latest
container: alpine:latest
timeout-minutes: 15

outputs:
TAG: ${{ needs.tag.outputs.TAG }}
Expand Down Expand Up @@ -646,6 +650,7 @@ jobs:
ci-wasm:
needs: [tag, clang-format, cppcheck, shellcheck]
runs-on: ubuntu-latest
timeout-minutes: 15

env:
TAG: ${{ needs.tag.outputs.TAG }}
Expand Down

0 comments on commit 90d7bc1

Please sign in to comment.