We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece9764 commit 6a729b2Copy full SHA for 6a729b2
1 file changed
.github/workflows/build.yaml
@@ -111,7 +111,7 @@ jobs:
111
if: matrix.os == 'buildjet-4vcpu-ubuntu-2204'
112
working-directory: ./rascal-vscode-extension
113
env:
114
- DELAY_FACTOR: 2
+ DELAY_FACTOR: 8
115
_JAVA_OPTIONS: '-Xmx5G' # we have 16gb of memory, make sure LSP, REPL & DSL-LSP can start
116
run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npx extest setup-and-run out/test/vscode-suite/*.test.js --storage uitests
117
0 commit comments