Skip to content

Commit 1a0df27

Browse files
authored
chore(ci): bump timeouts for e2e tests in test installers tasks (#7597)
Increase timeouts to allow Windows job to complete
1 parent 47d2f40 commit 1a0df27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
DEBUG: compass:smoketests:*,compass-e2e-tests:*
182182
# Similar to total task timeout, setting these higher than the default
183183
# value to account for very slow windows machines
184-
COMPASS_E2E_MOCHA_TIMEOUT: 720000 # 12min
184+
COMPASS_E2E_MOCHA_TIMEOUT: 1200000 # 20min
185185
COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: 600000 # 10min
186186
steps:
187187
- name: Checkout

0 commit comments

Comments
 (0)