Skip to content

Commit 3128523

Browse files
Merge branch '11.5' into 12.3
* 11.5: Increase timeout Configure timeout
2 parents 45a1506 + d73994a commit 3128523

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 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
@@ -151,7 +151,7 @@ jobs:
151151
- dependency-validation
152152

153153
runs-on: ${{ matrix.os }}
154-
timeout-minutes: 5
154+
timeout-minutes: 10
155155

156156
env:
157157
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter
@@ -223,7 +223,7 @@ jobs:
223223
- unit-tests
224224

225225
runs-on: ${{ matrix.os }}
226-
timeout-minutes: 5
226+
timeout-minutes: 10
227227

228228
env:
229229
PHP_EXTENSIONS: none, ctype, curl, dom, json, libxml, mbstring, openssl, pdo, phar, tokenizer, xml, xmlwriter
@@ -362,7 +362,7 @@ jobs:
362362
- end-to-end-tests
363363

364364
runs-on: ubuntu-latest
365-
timeout-minutes: 5
365+
timeout-minutes: 10
366366

367367
env:
368368
PHP_EXTENSIONS: none, ctype, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter
@@ -419,7 +419,7 @@ jobs:
419419
- build-phar
420420

421421
runs-on: ubuntu-latest
422-
timeout-minutes: 5
422+
timeout-minutes: 10
423423

424424
env:
425425
PHP_EXTENSIONS: none, ctype, curl, dom, json, fileinfo, iconv, libxml, mbstring, phar, tokenizer, xml, xmlwriter

0 commit comments

Comments
 (0)