We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c9289 commit c2e5f6aCopy full SHA for c2e5f6a
.evergreen/functions.yml
@@ -747,8 +747,8 @@ functions:
747
MCLI_PROJECT_ID: ${e2e_tests_mcli_project_id}
748
MCLI_OPS_MANAGER_URL: ${e2e_tests_mcli_ops_manager_url}
749
# CCS connection / op running time is slower than allowed timeouts
750
- COMPASS_E2E_MOCHA_TIMEOUT: '720000' # 12 min
751
- COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: '360000' # 6 min
+ COMPASS_E2E_MOCHA_TIMEOUT: '1440000' # 24 min
+ COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: '960000' # 16 min
752
script: |
753
set -e
754
# Load environment variables
0 commit comments