diff options
author | Robert Guo <robert.guo@mongodb.com> | 2021-06-10 14:00:25 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-10 20:18:23 +0000 |
commit | 48a83599cc988af1fc574debf6dd52a6b17bb564 (patch) | |
tree | 36c7c8063ca2da27afdf7d86bf2c73d54264b3a1 /etc | |
parent | e2d9cf918e316e359b5cc03317c8e043771451c2 (diff) | |
download | mongo-48a83599cc988af1fc574debf6dd52a6b17bb564.tar.gz |
SERVER-57620 increase perf.yml batchtime to 4h
(cherry picked from commit dae609050ad4fbaa174974fe974255c512e28e07)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/perf.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 1f483c351db..96baf337e76 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -902,7 +902,7 @@ tasks: buildvariants: - name: linux-wt-standalone display_name: Standalone Linux inMemory - batchtime: 90 # 1.5 hours + batchtime: 240 # 4 hours modules: *modules expansions: # We are explicitly tracking the rhel62 variant compile options from evergreen.yml for @@ -965,7 +965,7 @@ buildvariants: - name: linux-wt-repl display_name: 1-Node ReplSet Linux inMemory - batchtime: 90 # 1.5 hours + batchtime: 240 # 4 hours modules: *modules expansions: mongod_exec_wrapper: *exec_wrapper |