summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildscripts/evergreen_task_timeout.py1
-rw-r--r--etc/evergreen.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/evergreen_task_timeout.py b/buildscripts/evergreen_task_timeout.py
index ad0c99668cd..d327c773841 100755
--- a/buildscripts/evergreen_task_timeout.py
+++ b/buildscripts/evergreen_task_timeout.py
@@ -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),
},
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 48f8b7ac16f..134426f616f 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -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