summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2021-05-03 15:49:32 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-04 14:33:31 +0000
commit135e27deb64102e5bda04109430cf561330ce334 (patch)
tree7679bdf7cc6362533551ddd6e9db7826d341e27c
parenta58447691485ec04d39d7b9d42dc28cd6900da6c (diff)
downloadmongo-135e27deb64102e5bda04109430cf561330ce334.tar.gz
SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variants
(cherry picked from commit 94fe70d1028241084c6b1b78a99c9464b8c1d1a9)
-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 0cd71d42a4e..6ff1c0894a9 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -10403,7 +10403,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