From c022c5c6b270355e6542405afb0aabe747c10e8d Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Tue, 22 Jul 2025 13:40:42 +0200 Subject: [PATCH] chore(ci): extend atlas cloud test timeouts --- .evergreen/functions.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.evergreen/functions.yml b/.evergreen/functions.yml index 8d6fc8143d8..1751577ac93 100644 --- a/.evergreen/functions.yml +++ b/.evergreen/functions.yml @@ -731,7 +731,7 @@ functions: test-web-sandbox-atlas-cloud: - command: shell.exec # It can take a very long time for Atlas cluster to get deployed - timeout_secs: 2400 + timeout_secs: 3600 # 1 hour params: working_dir: src shell: bash @@ -746,6 +746,9 @@ functions: MCLI_ORG_ID: ${e2e_tests_mcli_org_id} MCLI_PROJECT_ID: ${e2e_tests_mcli_project_id} MCLI_OPS_MANAGER_URL: ${e2e_tests_mcli_ops_manager_url} + # CCS connection / op running time is slower than allowed timeouts + COMPASS_E2E_MOCHA_TIMEOUT: '720000' # 12 min + COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: '360000' # 6 min script: | set -e # Load environment variables