Skip to content

Commit

Permalink
Merge pull request #35132 from gsmet/longer-timeouts
Browse files Browse the repository at this point in the history
Some longer timeouts for CI
  • Loading branch information
gsmet authored Aug 1, 2023
2 parents d2de3f8 + c3cad0a commit c5b7125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
},
Expand Down Expand Up @@ -146,7 +146,7 @@
},
{
"category": "AWT, ImageIO and Java2D",
"timeout": 25,
"timeout": 30,
"test-modules": "awt, no-awt",
"os-name": "ubuntu-latest"
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c5b7125

Please sign in to comment.