Skip to content

Commit

Permalink
timeout 15m for all GHA jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 4, 2025
1 parent 0f6b543 commit 9dc3f3d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ name: codecov
- master
jobs:
codecov:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ name: license
- master
jobs:
license:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ name: mvn
- master
jobs:
mvn:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ name: pdd
- master
jobs:
pdd:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ name: xcop
- master
jobs:
xcop:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9dc3f3d

Please sign in to comment.