Skip to content

Commit ebc00ec

Browse files
Increase timeout
1 parent d1769b0 commit ebc00ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Dependency Validation
1919

2020
runs-on: ubuntu-latest
21-
timeout-minutes: 5
21+
timeout-minutes: 10
2222

2323
steps:
2424
- name: Checkout
@@ -66,7 +66,7 @@ jobs:
6666
name: Coding Guidelines
6767

6868
runs-on: ubuntu-latest
69-
timeout-minutes: 5
69+
timeout-minutes: 10
7070

7171
steps:
7272
- name: Checkout
@@ -101,7 +101,7 @@ jobs:
101101
- dependency-validation
102102

103103
runs-on: ubuntu-latest
104-
timeout-minutes: 5
104+
timeout-minutes: 10
105105

106106
steps:
107107
- name: Checkout
@@ -155,7 +155,7 @@ jobs:
155155
- dependency-validation
156156

157157
runs-on: ${{ matrix.os }}
158-
timeout-minutes: 5
158+
timeout-minutes: 10
159159

160160
env:
161161
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
@@ -229,7 +229,7 @@ jobs:
229229
- unit-tests
230230

231231
runs-on: ${{ matrix.os }}
232-
timeout-minutes: 5
232+
timeout-minutes: 10
233233

234234
env:
235235
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, soap, tokenizer, xml, xmlwriter
@@ -303,7 +303,7 @@ jobs:
303303
- end-to-end-tests
304304

305305
runs-on: ubuntu-latest
306-
timeout-minutes: 5
306+
timeout-minutes: 10
307307

308308
steps:
309309
- name: Checkout
@@ -370,7 +370,7 @@ jobs:
370370
- end-to-end-tests
371371

372372
runs-on: ubuntu-latest
373-
timeout-minutes: 5
373+
timeout-minutes: 10
374374

375375
env:
376376
PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
@@ -427,7 +427,7 @@ jobs:
427427
- build-phar
428428

429429
runs-on: ubuntu-latest
430-
timeout-minutes: 5
430+
timeout-minutes: 10
431431

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

0 commit comments

Comments
 (0)