summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Zambory <jeff.zambory@mongodb.com>2022-12-08 23:31:43 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-10 19:27:54 +0000
commit3d85c94d6f6d83f39c8ce7d8efc7192c58240f32 (patch)
tree017f11a461c871404e2019e234644beb8132e542
parente4d8086d418d41c197a93dedff120d0df780764b (diff)
downloadmongo-3d85c94d6f6d83f39c8ce7d8efc7192c58240f32.tar.gz
SERVER-71726: Increase timeout of server_discovery_and_monitoring_json_test
(cherry picked from commit 62645f45955ace58e70b9cbbcb31d9b9f984cb56)
-rw-r--r--etc/evergreen_timeouts.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/evergreen_timeouts.yml b/etc/evergreen_timeouts.yml
index a62c96d4118..36c9811944c 100644
--- a/etc/evergreen_timeouts.yml
+++ b/etc/evergreen_timeouts.yml
@@ -10,6 +10,22 @@
# in alphabetical order.
overrides:
+ amazon-linux2-arm64-compile:
+ - task: server_discovery_and_monitoring_json_test
+ exec_timeout: 30 # 30 min.
+
+ enterprise-amazon2-arm64:
+ - task: config_fuzzer_replica_sets_jscore_passthrough
+ exec_timeout: 150 # 2.5 hours.
+
+ enterprise-amazon2022-arm64:
+ - task: config_fuzzer_replica_sets_jscore_passthrough
+ exec_timeout: 150 # 2.5 hours.
+
+ enterprise-rhel-70-64-bit:
+ - task: config_fuzzer_replica_sets_jscore_passthrough
+ exec_timeout: 150 # 2.5 hours.
+
enterprise-macos:
- task: replica_sets_jscore_passthrough
exec_timeout: 150 # 2.5 hours
@@ -68,6 +84,10 @@ overrides:
- task: auth
exec_timeout: 60 # 1 hour.
+ linux-x86-dynamic-compile-required:
+ - task: server_discovery_and_monitoring_json_test
+ exec_timeout: 30 # 30 min.
+
linux-64-debug-repeated-execution:
- task: run_unittests
exec_timeout: 120 # 2 hours.