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:
parent
3d62d53403
commit
94fe70d102
@ -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),
|
||||
},
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user