Skip to content

Commit 6a729b2

Browse files
committed
Revert "Temporarily reducing delay factor for testing purposes"
This reverts commit 48d06d6.
1 parent ece9764 commit 6a729b2

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: 2
114+
DELAY_FACTOR: 8
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)