Skip to content

Commit 9a357dc

Browse files
committed
Increase wait factor on Windows
1 parent 8b40993 commit 9a357dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,9 @@ vscode-extension:linux:
188188
paths:
189189
- anod-logs/
190190
- coverage/cobertura-coverage.xml
191+
192+
als:windows:
193+
variables:
194+
# In GitLab CI tests timeout more often on Windows, so we multiply
195+
# testsuite timeouts by the following factor
196+
ALS_WAIT_FACTOR: "2"

0 commit comments

Comments
 (0)