|
18 | 18 | name: Dependency Validation
|
19 | 19 |
|
20 | 20 | runs-on: ubuntu-latest
|
21 |
| - timeout-minutes: 5 |
| 21 | + timeout-minutes: 10 |
22 | 22 |
|
23 | 23 | steps:
|
24 | 24 | - name: Checkout
|
|
66 | 66 | name: Coding Guidelines
|
67 | 67 |
|
68 | 68 | runs-on: ubuntu-latest
|
69 |
| - timeout-minutes: 5 |
| 69 | + timeout-minutes: 10 |
70 | 70 |
|
71 | 71 | steps:
|
72 | 72 | - name: Checkout
|
@@ -101,7 +101,7 @@ jobs:
|
101 | 101 | - dependency-validation
|
102 | 102 |
|
103 | 103 | runs-on: ubuntu-latest
|
104 |
| - timeout-minutes: 5 |
| 104 | + timeout-minutes: 10 |
105 | 105 |
|
106 | 106 | steps:
|
107 | 107 | - name: Checkout
|
@@ -155,7 +155,7 @@ jobs:
|
155 | 155 | - dependency-validation
|
156 | 156 |
|
157 | 157 | runs-on: ${{ matrix.os }}
|
158 |
| - timeout-minutes: 5 |
| 158 | + timeout-minutes: 10 |
159 | 159 |
|
160 | 160 | env:
|
161 | 161 | PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, soap, tokenizer, xml, xmlwriter
|
@@ -229,7 +229,7 @@ jobs:
|
229 | 229 | - unit-tests
|
230 | 230 |
|
231 | 231 | runs-on: ${{ matrix.os }}
|
232 |
| - timeout-minutes: 5 |
| 232 | + timeout-minutes: 10 |
233 | 233 |
|
234 | 234 | env:
|
235 | 235 | PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, soap, tokenizer, xml, xmlwriter
|
@@ -303,7 +303,7 @@ jobs:
|
303 | 303 | - end-to-end-tests
|
304 | 304 |
|
305 | 305 | runs-on: ubuntu-latest
|
306 |
| - timeout-minutes: 5 |
| 306 | + timeout-minutes: 10 |
307 | 307 |
|
308 | 308 | steps:
|
309 | 309 | - name: Checkout
|
@@ -370,7 +370,7 @@ jobs:
|
370 | 370 | - end-to-end-tests
|
371 | 371 |
|
372 | 372 | runs-on: ubuntu-latest
|
373 |
| - timeout-minutes: 5 |
| 373 | + timeout-minutes: 10 |
374 | 374 |
|
375 | 375 | env:
|
376 | 376 | PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
|
@@ -427,7 +427,7 @@ jobs:
|
427 | 427 | - build-phar
|
428 | 428 |
|
429 | 429 | runs-on: ubuntu-latest
|
430 |
| - timeout-minutes: 5 |
| 430 | + timeout-minutes: 10 |
431 | 431 |
|
432 | 432 | env:
|
433 | 433 | PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
|
|
0 commit comments