diff options
author | Henrik Ingo <henrik.ingo@mongodb.com> | 2017-05-24 16:27:29 +0300 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2017-06-20 09:26:12 -0400 |
commit | 2e764884421c5e8e687bb37f0130839c3ed08fec (patch) | |
tree | 0f0236d46653585baed09cbce0359a5ba5bc77f4 | |
parent | 2c52d133f77f027378e5e04752529d63336faa92 (diff) | |
download | mongo-2e764884421c5e8e687bb37f0130839c3ed08fec.tar.gz |
SERVER-29148 Increase run time for mongos tests in sys-perf
(cherry picked from commit 0ecf1da443f2cdc276e852217fbea8d4eb1c9df1)
-rw-r--r-- | etc/system_perf.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index e43c9cf4734..0c2ddcb6c76 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -570,6 +570,7 @@ tasks: depends_on: - name: compile variant: linux-standalone + exec_timeout_secs: 28800 # 8 hours commands: - func: "prepare environment" vars: |