We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b4f19 commit 48d06d6Copy full SHA for 48d06d6
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: 8
+ DELAY_FACTOR: 2
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