Skip to content

Commit 01668f8

Browse files
authored
chore(ci): extend atlas cloud test timeouts COMPASS-9569 (#7132)
chore(ci): extend atlas cloud test timeouts
1 parent 07c61f5 commit 01668f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.evergreen/functions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ functions:
731731
test-web-sandbox-atlas-cloud:
732732
- command: shell.exec
733733
# It can take a very long time for Atlas cluster to get deployed
734-
timeout_secs: 2400
734+
timeout_secs: 3600 # 1 hour
735735
params:
736736
working_dir: src
737737
shell: bash
@@ -746,6 +746,9 @@ functions:
746746
MCLI_ORG_ID: ${e2e_tests_mcli_org_id}
747747
MCLI_PROJECT_ID: ${e2e_tests_mcli_project_id}
748748
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
749752
script: |
750753
set -e
751754
# Load environment variables

0 commit comments

Comments
 (0)