Skip to content

Commit

Permalink
[ci] run test in slower environment, make sure getting enough memory
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 29, 2023
1 parent 6d35884 commit f71f625
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:

- name: "UI test"
working-directory: ./rascal-vscode-extension
env:
DELAY_FACTOR: 5
_JAVA_OPTIONS: '-Xmx7G'
run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npx extest setup-and-run out/test/vscode-suite/repl.test.js --storage /tmp/uitests

- name: Upload Screenshots
Expand Down

0 comments on commit f71f625

Please sign in to comment.