Skip to content

Commit

Permalink
Merge pull request #32488 from gsmet/higher-timeouts-2
Browse files Browse the repository at this point in the history
Higher timeouts for various builds
  • Loading branch information
gsmet committed Apr 11, 2023
2 parents 3db91dd + cc3c9a4 commit 647d246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/native-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"category": "Data1",
"timeout": 80,
"timeout": 90,
"test-modules": "jpa-h2, jpa-h2-embedded, jpa-mariadb, jpa-mssql, jpa-derby, jpa-without-entity, hibernate-orm-tenancy/datasource, hibernate-orm-tenancy/connection-resolver, hibernate-orm-tenancy/connection-resolver-legacy-qualifiers",
"os-name": "ubuntu-latest"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
},
{
"category": "Data6",
"timeout": 80,
"timeout": 90,
"test-modules": "elasticsearch-rest-client, elasticsearch-rest-high-level-client, elasticsearch-java-client, hibernate-search-orm-elasticsearch, hibernate-search-orm-elasticsearch-tenancy, hibernate-search-orm-opensearch, hibernate-search-orm-elasticsearch-coordination-outbox-polling, hibernate-reactive-panache, hibernate-reactive-panache-kotlin",
"os-name": "ubuntu-latest"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,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: 300
timeout-minutes: 360
env:
MAVEN_OPTS: ${{ matrix.java.maven_opts }}
strategy:
Expand Down

0 comments on commit 647d246

Please sign in to comment.