Skip to content

Commit 7109bd6

Browse files
staabmsebastianbergmann
authored andcommitted
Declare github action job timeouts
1 parent a86ed72 commit 7109bd6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
name: Dependency Validation
2020

2121
runs-on: ubuntu-latest
22+
timeout-minutes: 5
2223

2324
steps:
2425
- name: Checkout
@@ -44,6 +45,7 @@ jobs:
4445
if: github.event_name != 'schedule'
4546

4647
runs-on: ubuntu-latest
48+
timeout-minutes: 5
4749

4850
steps:
4951
- name: Checkout
@@ -69,6 +71,7 @@ jobs:
6971
- dependency-validation
7072

7173
runs-on: ubuntu-latest
74+
timeout-minutes: 5
7275

7376
steps:
7477
- name: Checkout
@@ -98,6 +101,7 @@ jobs:
98101
- dependency-validation
99102

100103
runs-on: ${{ matrix.os }}
104+
timeout-minutes: 5
101105

102106
env:
103107
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
@@ -145,6 +149,7 @@ jobs:
145149
- unit-tests
146150

147151
runs-on: ${{ matrix.os }}
152+
timeout-minutes: 5
148153

149154
env:
150155
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
@@ -195,6 +200,7 @@ jobs:
195200
- end-to-end-tests
196201

197202
runs-on: ubuntu-latest
203+
timeout-minutes: 5
198204

199205
steps:
200206
- name: Checkout
@@ -229,6 +235,7 @@ jobs:
229235
- end-to-end-tests
230236

231237
runs-on: ubuntu-latest
238+
timeout-minutes: 5
232239

233240
env:
234241
PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
@@ -276,6 +283,7 @@ jobs:
276283
- build-phar
277284

278285
runs-on: ubuntu-latest
286+
timeout-minutes: 5
279287

280288
env:
281289
PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
name: Release
1313

1414
runs-on: ubuntu-latest
15+
timeout-minutes: 10
1516

1617
permissions:
1718
contents: write

0 commit comments

Comments
 (0)