Skip to content

Commit 48d06d6

Browse files
committed
Temporarily reducing delay factor for testing purposes
1 parent 64b4f19 commit 48d06d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
if: matrix.os == 'buildjet-4vcpu-ubuntu-2204'
112112
working-directory: ./rascal-vscode-extension
113113
env:
114-
DELAY_FACTOR: 8
114+
DELAY_FACTOR: 2
115115
_JAVA_OPTIONS: '-Xmx5G' # we have 16gb of memory, make sure LSP, REPL & DSL-LSP can start
116116
run: xvfb-run --auto-servernum --server-args='-screen 0 1920x1080x24' npx extest setup-and-run out/test/vscode-suite/*.test.js --storage uitests
117117

0 commit comments

Comments
 (0)