|
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 |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | - dependency-validation |
152 | 152 |
|
153 | 153 | runs-on: ${{ matrix.os }} |
154 | | - timeout-minutes: 5 |
| 154 | + timeout-minutes: 10 |
155 | 155 |
|
156 | 156 | env: |
157 | 157 | PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter |
@@ -223,7 +223,7 @@ jobs: |
223 | 223 | - unit-tests |
224 | 224 |
|
225 | 225 | runs-on: ${{ matrix.os }} |
226 | | - timeout-minutes: 5 |
| 226 | + timeout-minutes: 10 |
227 | 227 |
|
228 | 228 | env: |
229 | 229 | PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 | - end-to-end-tests |
363 | 363 |
|
364 | 364 | runs-on: ubuntu-latest |
365 | | - timeout-minutes: 5 |
| 365 | + timeout-minutes: 10 |
366 | 366 |
|
367 | 367 | env: |
368 | 368 | PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter |
@@ -419,7 +419,7 @@ jobs: |
419 | 419 | - build-phar |
420 | 420 |
|
421 | 421 | runs-on: ubuntu-latest |
422 | | - timeout-minutes: 5 |
| 422 | + timeout-minutes: 10 |
423 | 423 |
|
424 | 424 | env: |
425 | 425 | PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter |
|
0 commit comments