diff options
-rwxr-xr-x | buildscripts/evergreen_task_timeout.py | 3 | ||||
-rw-r--r-- | etc/evergreen.yml | 6 |
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 |