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 18:49:09 +0000
commit0f8ed3b2ae6fff6fe7f2050e2a80c571f4cb5c58 (patch)
treee84f4b44cbc5286d4f8c3bde41372110745fff60
parentef0e913ce74cc8869b7630aa5fc0743c5f1f447c (diff)
downloadmongo-0f8ed3b2ae6fff6fe7f2050e2a80c571f4cb5c58.tar.gz
SERVER-71726: Increase timeout of server_discovery_and_monitoring_json_test
(cherry picked from commit 62645f45955ace58e70b9cbbcb31d9b9f984cb56)
-rw-r--r--etc/evergreen_timeouts.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/evergreen_timeouts.yml b/etc/evergreen_timeouts.yml
index b045c4615a3..e82f53d567e 100644
--- a/etc/evergreen_timeouts.yml
+++ b/etc/evergreen_timeouts.yml
@@ -10,6 +10,10 @@
# 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.
@@ -68,6 +72,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.