diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index ac2e9ad6529b97..92fdc25a83e0d4 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -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: