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 18:49:42 +0000 |
commit | dae609050ad4fbaa174974fe974255c512e28e07 (patch) | |
tree | e57b3365f06cee250cc2830f50e5b971496e52c6 /etc/perf.yml | |
parent | 57d8a426a83bcf7730fd88ee429e7f8509144fed (diff) | |
download | mongo-dae609050ad4fbaa174974fe974255c512e28e07.tar.gz |
SERVER-57620 increase perf.yml batchtime to 4h
Diffstat (limited to 'etc/perf.yml')
-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 320886f264f..e6e71f379c9 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -705,7 +705,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 @@ -752,7 +752,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 |