From 5adef8957f413d5cac4230c67024f3d79b7b6aa0 Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Thu, 1 Feb 2024 17:10:11 +0100 Subject: [PATCH] Even slower CI runners it seems --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef63e64b6..2bad742f8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,7 +60,7 @@ jobs: if: matrix.os != 'buildjet-4vcpu-ubuntu-2204' working-directory: ./rascal-vscode-extension env: - DELAY_FACTOR: ${{ matrix.os == 'windows' && '7' || '6' }} + DELAY_FACTOR: ${{ matrix.os == 'windows' && '7' || '7' }} _JAVA_OPTIONS: ${{ matrix.os == 'windows' && '-Xmx2G' || '-Xmx4G' }} run: npx extest setup-and-run out/test/vscode-suite/*.test.js --storage uitests @@ -69,7 +69,7 @@ jobs: if: matrix.os == 'buildjet-4vcpu-ubuntu-2204' working-directory: ./rascal-vscode-extension env: - DELAY_FACTOR: 6 + DELAY_FACTOR: 7 _JAVA_OPTIONS: '-Xmx5G' # we have 16gb of memory, make sure LSP, REPL & DSL-LSP can start run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npx extest setup-and-run out/test/vscode-suite/*.test.js --storage uitests