Skip to content

Commit ef86baa

Browse files
committed
Higher timeouts for Native tests Data 1 and Maven tests
For the Maven tests, it's specifically to see if it solves the problem on Windows or if there is something else hidden.
1 parent bf43abf commit ef86baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/native-tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"category": "Data1",
11-
"timeout": 70,
11+
"timeout": 80,
1212
"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",
1313
"os-name": "ubuntu-latest"
1414
},

.github/workflows/ci-actions-incremental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
MAVEN_OPTS: -Xmx2g -XX:MaxMetaspaceSize=1g
356356
# Skip main in forks
357357
if: "needs.calculate-test-jobs.outputs.run_maven == 'true' && (github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main'))"
358-
timeout-minutes: 60
358+
timeout-minutes: 80
359359
strategy:
360360
fail-fast: false
361361
matrix:

0 commit comments

Comments
 (0)