Skip to content

Commit 66dff9a

Browse files
committedFeb 4, 2025
timeout 15m for all GHA jobs
1 parent 6c555bf commit 66dff9a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
 

‎.github/workflows/codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: codecov
66
- master
77
jobs:
88
codecov:
9+
timeout-minutes: 15
910
runs-on: ubuntu-24.04
1011
steps:
1112
- uses: actions/checkout@v4

‎.github/workflows/mvn.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: mvn
99
- master
1010
jobs:
1111
mvn:
12+
timeout-minutes: 15
1213
runs-on: ${{ matrix.os }}
1314
strategy:
1415
matrix:

‎.github/workflows/pdd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: pdd
99
- master
1010
jobs:
1111
pdd:
12+
timeout-minutes: 15
1213
runs-on: ubuntu-24.04
1314
steps:
1415
- uses: actions/checkout@v4

‎.github/workflows/xcop.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: xcop
99
- master
1010
jobs:
1111
xcop:
12+
timeout-minutes: 15
1213
runs-on: ubuntu-24.04
1314
steps:
1415
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)