diff options
author | dalyd <david.daly@mongodb.com> | 2016-10-05 10:55:09 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2016-10-05 10:55:22 -0400 |
commit | c168207a8f0d9e2bbcc0fe5422320d454d7cc153 (patch) | |
tree | 6560469ceab1eced7138b75b58a4b5dd9a6109b1 /etc | |
parent | 0ea85cee2446b5c772d9b96f5cff584157b466b5 (diff) | |
download | mongo-c168207a8f0d9e2bbcc0fe5422320d454d7cc153.tar.gz |
SERVER-26467: Increase longevity timeout for MMAP from 8 hours to match wiredTiger
Diffstat (limited to 'etc')
-rw-r--r-- | etc/longevity.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml index a89cbb05d94..16e8827f87c 100644 --- a/etc/longevity.yml +++ b/etc/longevity.yml @@ -307,7 +307,7 @@ tasks: - name: shard_cluster_MMAPv1_test depends_on: - name: compile - exec_timeout_secs: 28800 + exec_timeout_secs: 216000 commands: - func: "prepare environment" - func: "bring up 3 shard cluster" |