From c3cad0ae9dccf30c578e29036b025ce3913d555d Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 1 Aug 2023 10:18:03 +0200 Subject: [PATCH] Some longer timeouts for CI --- .github/native-tests.json | 6 +++--- .github/workflows/ci-actions-incremental.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/native-tests.json b/.github/native-tests.json index 6d266789efb6f..cc763f3e9f9b0 100644 --- a/.github/native-tests.json +++ b/.github/native-tests.json @@ -68,7 +68,7 @@ }, { "category": "Security1", - "timeout": 55, + "timeout": 65, "test-modules": "elytron-security-oauth2, elytron-security, elytron-security-jdbc, elytron-undertow, elytron-security-ldap, bouncycastle, bouncycastle-jsse, bouncycastle-fips", "os-name": "ubuntu-latest" }, @@ -92,7 +92,7 @@ }, { "category": "HTTP", - "timeout": 100, + "timeout": 110, "test-modules": "elytron-resteasy, resteasy-jackson, elytron-resteasy-reactive, resteasy-mutiny, resteasy-reactive-kotlin/standard, vertx, vertx-http, vertx-web, vertx-web-jackson, vertx-graphql, virtual-http, rest-client, rest-client-reactive, rest-client-reactive-stork, rest-client-reactive-multipart, websockets, management-interface, management-interface-auth", "os-name": "ubuntu-latest" }, @@ -146,7 +146,7 @@ }, { "category": "AWT, ImageIO and Java2D", - "timeout": 25, + "timeout": 30, "test-modules": "awt, no-awt", "os-name": "ubuntu-latest" } diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index a2dbb294c1f41..93b3cbc29a2ad 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -262,7 +262,7 @@ jobs: needs: [build-jdk11, calculate-test-jobs] # Skip main in forks if: "needs.calculate-test-jobs.outputs.run_jvm == 'true' && (github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main'))" - timeout-minutes: 360 + timeout-minutes: 400 env: MAVEN_OPTS: ${{ matrix.java.maven_opts }} strategy: @@ -365,7 +365,7 @@ jobs: MAVEN_OPTS: -Xmx2g -XX:MaxMetaspaceSize=1g # Skip main in forks if: "needs.calculate-test-jobs.outputs.run_maven == 'true' && (github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main'))" - timeout-minutes: 80 + timeout-minutes: 100 strategy: fail-fast: false matrix: