summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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