From a2410e47619ad3c0c32860bf5bc2a05d9f0998e8 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Thu, 11 Jun 2020 09:51:41 +0300 Subject: [PATCH] Use similar options in Linux tests as Windows tests Hopefully this will fix our JDK 11 and JDK 14 CI issues --- .github/workflows/ci-actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index ac2e9ad6529b9..8d7593e01cb88 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: -Xmx2048m strategy: fail-fast: false matrix: