Skip to content

Commit c2e5f6a

Browse files
authored
chore(ci): increase timeout for compass-web with atlas tests again (#7143)
1 parent b0c9289 commit c2e5f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,8 @@ functions:
747747
MCLI_PROJECT_ID: ${e2e_tests_mcli_project_id}
748748
MCLI_OPS_MANAGER_URL: ${e2e_tests_mcli_ops_manager_url}
749749
# 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
750+
COMPASS_E2E_MOCHA_TIMEOUT: '1440000' # 24 min
751+
COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: '960000' # 16 min
752752
script: |
753753
set -e
754754
# Load environment variables

0 commit comments

Comments
 (0)