Skip to content

Commit

Permalink
Merge pull request #9939 from geoand/ci-fixes
Browse files Browse the repository at this point in the history
Use similar options in Linux tests as Windows tests
  • Loading branch information
geoand committed Jun 11, 2020
2 parents 13b05d0 + a2410e4 commit c2e9588
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: -Xmx2048m
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c2e9588

Please sign in to comment.