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 07c61f5 commit 01668f8Copy full SHA for 01668f8
.evergreen/functions.yml
@@ -731,7 +731,7 @@ functions:
731
test-web-sandbox-atlas-cloud:
732
- command: shell.exec
733
# It can take a very long time for Atlas cluster to get deployed
734
- timeout_secs: 2400
+ timeout_secs: 3600 # 1 hour
735
params:
736
working_dir: src
737
shell: bash
@@ -746,6 +746,9 @@ functions:
746
MCLI_ORG_ID: ${e2e_tests_mcli_org_id}
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
752
script: |
753
set -e
754
# Load environment variables
0 commit comments