Skip to content

Commit

Permalink
Increase Gradle test timeout in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geomagilles committed Sep 24, 2024
1 parent 186ad2b commit c42042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/engine-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:

- name: Test with Gradle
run: ./gradlew test --no-daemon --parallel --max-workers=8 # <= -d used to debug if needed
timeout-minutes: 10 # max time allocated (useful if some tests hang)
timeout-minutes: 12 # max time allocated (useful if some tests hang)

0 comments on commit c42042a

Please sign in to comment.