Skip to content

Commit

Permalink
Even slower CI runners it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman authored Feb 1, 2024
1 parent 5e396ea commit 5adef89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 5adef89

Please sign in to comment.