diff options
author | Samy Lanka <samy.lanka@mongodb.com> | 2021-07-23 22:19:24 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-08-20 12:26:33 +0000 |
commit | 5abee7caace84bd3f74db406ff1dd30b81a767f3 (patch) | |
tree | 4df9df75c9b284ac41dc2f3cf4a9499292cc1cf9 | |
parent | d673ef4ac0953b0b32a4f077a558caec899f2067 (diff) | |
download | mongo-5abee7caace84bd3f74db406ff1dd30b81a767f3.tar.gz |
SERVER-58806 Increase task timeout for replica_sets_jscore_passthrough on Enterprise MacOS
(cherry picked from commit a649a00207db3857147df2686cacf9a376549dd2)
-rwxr-xr-x | buildscripts/evergreen_task_timeout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/evergreen_task_timeout.py b/buildscripts/evergreen_task_timeout.py index c40a7eb4f5c..ef4a8862fc0 100755 --- a/buildscripts/evergreen_task_timeout.py +++ b/buildscripts/evergreen_task_timeout.py @@ -47,6 +47,7 @@ SPECIFIC_TASK_OVERRIDES = { "replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30), }, "macos": {"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30), }, + "enterprise-macos": {"replica_sets_jscore_passthrough": timedelta(hours=2, minutes=30), }, # unittests outliers # repeated execution runs a suite 10 times |