Skip to content

Commit 0b91d3f

Browse files
authored
Merge pull request #8979 from rsvoboda/build.timeouts.review
Increase timeout as Reclaim Disk Space step takes some time
2 parents 2a86d5c + d949b73 commit 0b91d3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,15 @@ jobs:
344344
- category: Data2
345345
mysql: "true"
346346
postgres: "true"
347-
timeout: 30
347+
timeout: 35
348348
test-modules: >
349349
jpa
350350
jpa-postgresql
351351
jpa-mysql
352352
reactive-mysql-client
353353
- category: Data3
354354
postgres: "true"
355-
timeout: 40
355+
timeout: 45
356356
test-modules: >
357357
flyway
358358
hibernate-orm-panache
@@ -432,7 +432,7 @@ jobs:
432432
quartz
433433
qute
434434
- category: Misc2
435-
timeout: 40
435+
timeout: 45
436436
test-modules: >
437437
tika
438438
hibernate-validator
@@ -447,7 +447,7 @@ jobs:
447447
test-modules: >
448448
kubernetes-client
449449
- category: Spring
450-
timeout: 30
450+
timeout: 40
451451
test-modules: >
452452
spring-di
453453
spring-web

0 commit comments

Comments
 (0)