Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
DEBUG: compass:smoketests:*,compass-e2e-tests:*
# Similar to total task timeout, setting these higher than the default
# value to account for very slow windows machines
COMPASS_E2E_MOCHA_TIMEOUT: 720000 # 12min
COMPASS_E2E_MOCHA_TIMEOUT: 1200000 # 20min
COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: 600000 # 10min
steps:
- name: Checkout
Expand Down
Loading