summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2022-03-01 09:31:08 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-01 17:05:11 +0000
commit192a0eba380db8d2c5895f1ac8245d7dff189279 (patch)
treeed9c6a91ec7bc5672a2deb8cfe4a4414fe37471e
parentc3ca240424abf46c68499b300d879fe32df68a20 (diff)
downloadmongo-192a0eba380db8d2c5895f1ac8245d7dff189279.tar.gz
SERVER-64037: Update default timeouts for long-running tasks
-rwxr-xr-xbuildscripts/evergreen_task_timeout.py3
-rw-r--r--etc/evergreen.yml6
2 files changed, 6 insertions, 3 deletions
diff --git a/buildscripts/evergreen_task_timeout.py b/buildscripts/evergreen_task_timeout.py
index d9e60a9fc87..d1454288fc7 100755
--- a/buildscripts/evergreen_task_timeout.py
+++ b/buildscripts/evergreen_task_timeout.py
@@ -41,6 +41,9 @@ SPECIFIC_TASK_OVERRIDES = {
"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30),
},
"ubuntu1804-debug-suggested": {"replica_sets_jscore_passthrough": timedelta(hours=3), },
+ "ubuntu1804-sbe-yielding-debug": {
+ "concurrency_replication_ubsan": timedelta(hours=2, minutes=30),
+ },
"enterprise-rhel-80-64-bit-coverage": {
"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30),
},
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 8f9cdaf797d..1d1db49512b 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -9274,7 +9274,7 @@ buildvariants:
max_sub_suites: 3
large_distro_name: windows-vsCurrent-large
test_flags: *windows_common_test_excludes
- exec_timeout_secs: 14400 # 3 hour timeout
+ exec_timeout_secs: 18000 # 5 hour timeout
tasks:
- name: compile_test_and_package_serial_TG
distros:
@@ -11305,7 +11305,7 @@ buildvariants:
resmoke_jobs_factor: 0.3 # Avoid starting too many mongod's under ASAN build.
hang_analyzer_dump_core: false
scons_cache_scope: shared
- exec_timeout_secs: 14400 # 3 hour timeout
+ exec_timeout_secs: 21600 # 6 hour timeout
separate_debug: off
tasks:
- name: compile_test_and_package_serial_TG
@@ -11383,7 +11383,7 @@ buildvariants:
resmoke_jobs_factor: 0.3 # Avoid starting too many mongod's under ASAN build.
hang_analyzer_dump_core: false
scons_cache_scope: shared
- exec_timeout_secs: 14400 # 3 hour timeout
+ exec_timeout_secs: 21600 # 6 hour timeout
separate_debug: off
tasks:
- name: compile_test_and_package_serial_TG