diff options
author | Eric Milkie <milkie@10gen.com> | 2016-09-07 10:34:45 -0400 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2016-09-07 10:50:15 -0400 |
commit | 5f438283aff7e36bd4d54f46066b2fe3926e599d (patch) | |
tree | 15a253d7a7000e317cedccc35e79e1ef4ae587b5 | |
parent | 6e97966f54949107f067f56eadec32c30cd0f6ca (diff) | |
download | mongo-5f438283aff7e36bd4d54f46066b2fe3926e599d.tar.gz |
SERVER-25995 raise timeout in replsets_priority1.js
-rw-r--r-- | jstests/slow1/replsets_priority1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slow1/replsets_priority1.js b/jstests/slow1/replsets_priority1.js index 7e5d562214b..4bbb856a4b6 100644 --- a/jstests/slow1/replsets_priority1.js +++ b/jstests/slow1/replsets_priority1.js @@ -73,7 +73,7 @@ var checkPrimaryIs = function(node) { }, 15); return ok; - }, node.host + '==1', 60000, 1000); + }, node.host + '==1', 240000, 1000); everyoneOkSoon(); }; |