Skip to content

Commit b7496e1

Browse files
Increasing the timeout, let's give this a try
1 parent f8378f3 commit b7496e1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
build-and-test:
1212
name: Build and test
1313
runs-on: warp-ubuntu-latest-x64-4x
14-
timeout-minutes: 10
14+
# The full `./gradlew build` now also compiles the Rust shared-core cdylib (release) before
15+
# the JVM build + tests, so 10m is too tight on a cold runner.
16+
timeout-minutes: 30
1517
steps:
1618
- uses: actions/checkout@v4
1719
# The SDK is built with JDK 25: the jextract Gradle plugin requires the Gradle daemon to run
@@ -45,7 +47,8 @@ jobs:
4547
test-javadocs:
4648
name: Test Javadocs and dokka
4749
runs-on: warp-ubuntu-latest-x64-4x
48-
timeout-minutes: 10
50+
# Building the docs also compiles the Rust cdylib (for the jextract header), so bump from 10m.
51+
timeout-minutes: 20
4952
steps:
5053
- uses: actions/checkout@v4
5154
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)