0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variants

This commit is contained in:
David Bradford 2021-05-03 15:49:32 -04:00 committed by Evergreen Agent
parent 3d62d53403
commit 94fe70d102
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ SPECIFIC_TASK_OVERRIDES = {
"replica_sets_update_v1_oplog_jscore_passthrough": timedelta(hours=2, minutes=30),
},
"windows-debug-suggested": {
"replica_sets_initsync_jscore_passthrough": timedelta(hours=2, minutes=30),
"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30),
"replica_sets_update_v1_oplog_jscore_passthrough": timedelta(hours=2, minutes=30),
},

View File

@ -10195,7 +10195,7 @@ buildvariants:
# strip from the top of the default path before appending to the GCOV_PREFIX (if any).
gcov_environment: GCOV_PREFIX=$(pwd) GCOV_PREFIX_STRIP=4
# Mixing --cache and --gcov doesn't work correctly yet. See SERVER-11084
exec_timeout_secs: 14400 # 4 hour timeout
exec_timeout_secs: 16200 # 4.5 hour timeout
use_scons_cache: false
tasks:
- name: compile_test_and_package_serial_TG