summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Zambory <jeff.zambory@mongodb.com>2022-07-12 13:49:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-12 14:12:25 +0000
commitbbf5bc7e16d1713c9349a09adf4901ca37472e66 (patch)
tree2bef5ad5808924593daa0baa88f34e4cc525b8e9
parent546172a73eaac7126995938fe0db2d0191a8955d (diff)
downloadmongo-bbf5bc7e16d1713c9349a09adf4901ca37472e66.tar.gz
SERVER-67882 Give sharded_collections_jscore_passthrough additional time on mac variantsr5.0.10-rc0r5.0.10
-rwxr-xr-xbuildscripts/evergreen_task_timeout.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/buildscripts/evergreen_task_timeout.py b/buildscripts/evergreen_task_timeout.py
index 862c4421971..1e7f9927054 100755
--- a/buildscripts/evergreen_task_timeout.py
+++ b/buildscripts/evergreen_task_timeout.py
@@ -43,7 +43,11 @@ SPECIFIC_TASK_OVERRIDES = {
"enterprise-rhel-80-64-bit-coverage": {
"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30),
},
- "macos": {"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30), },
+ "macos": {
+ "replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30),
+ "sharded_collections_jscore_passthrough": timedelta(hours=5)
+ },
+ "macos-arm64": {"sharded_collections_jscore_passthrough": timedelta(hours=5)},
"enterprise-macos": {"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30), },
# unittests outliers