Skip to content

Commit

Permalink
Use similar options in Linux tests as Windows tests
Browse files Browse the repository at this point in the history
Hopefully this will fix our JDK 11 and JDK 14 CI issues
  • Loading branch information
geoand committed Jun 11, 2020
1 parent 8119850 commit d6cfddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
name: JDK ${{matrix.java.name}} JVM Tests
runs-on: ubuntu-latest
needs: build-jdk11
timeout-minutes: 120
timeout-minutes: 130
env:
MAVEN_OPTS: -Xmx1808m
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d6cfddb

Please sign in to comment.