Skip to content

Commit b8213f7

Browse files
committed
[MAINTENANCE] Add workflow timeouts
1 parent 449acaa commit b8213f7

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/blueprint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727

2828
jobs:
2929
JDKxx_Matrix:
30+
timeout-minutes: 10
3031
strategy:
3132
matrix:
3233
java: [ 8 ]

.github/workflows/jmx.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727

2828
jobs:
2929
JDKxx_Matrix:
30+
timeout-minutes: 10
3031
strategy:
3132
matrix:
3233
java: [ 8 ]

.github/workflows/jndi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727

2828
jobs:
2929
JDKxx_Matrix:
30+
timeout-minutes: 10
3031
strategy:
3132
matrix:
3233
java: [ 8 ]

.github/workflows/spi-fly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env:
3030

3131
jobs:
3232
JDKxx_Matrix:
33+
timeout-minutes: 10
3334
strategy:
3435
matrix:
3536
java: [ 8, 11, 17, 18, 19-ea ]

.github/workflows/subsystem.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727

2828
jobs:
2929
JDKxx_Matrix:
30+
timeout-minutes: 10
3031
strategy:
3132
matrix:
3233
java: [ 8 ]

.github/workflows/transaction.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626

2727
jobs:
2828
JDKxx_Matrix:
29+
timeout-minutes: 10
2930
strategy:
3031
matrix:
3132
java: [ 8 ]

.github/workflows/web.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727

2828
jobs:
2929
JDKxx_Matrix:
30+
timeout-minutes: 10
3031
strategy:
3132
matrix:
3233
java: [ 8 ]

0 commit comments

Comments
 (0)