Skip to content

Commit 20eab6d

Browse files
committed
Increase waitfor timeout
1 parent 4936609 commit 20eab6d

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
@@ -182,7 +182,7 @@ jobs:
182182
# Similar to total task timeout, setting these higher than the default
183183
# value to account for very slow windows machines
184184
COMPASS_E2E_MOCHA_TIMEOUT: 720000 # 12min
185-
COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: 360000 # 6min
185+
COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: 600000 # 10min
186186
steps:
187187
- name: Checkout
188188
uses: actions/checkout@v2

0 commit comments

Comments
 (0)