diff options
author | William Schultz <william.schultz@mongodb.com> | 2017-07-14 11:34:16 -0400 |
---|---|---|
committer | William Schultz <william.schultz@mongodb.com> | 2017-08-02 11:15:10 -0400 |
commit | 6446a633c2b89f0e84475d2e9857d5d3d6296086 (patch) | |
tree | 950f432b1d2357e65e3ed66b30a73a4981946f2f /jstests | |
parent | 3262710483e03495606cb2d990ceab132623ffb4 (diff) | |
download | mongo-6446a633c2b89f0e84475d2e9857d5d3d6296086.tar.gz |
SERVER-30139 Increase waitForState timeout in replsetprio1.js
(cherry picked from commit 27d21e6973867ad99fec0b385ad26458b4b7f1ad)
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/replsets/replsetprio1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/replsetprio1.js b/jstests/replsets/replsetprio1.js index 6f5315bda06..5aee0a33a92 100644 --- a/jstests/replsets/replsetprio1.js +++ b/jstests/replsets/replsetprio1.js @@ -28,7 +28,7 @@ replTest.stop(2); // 1 should eventually be master - replTest.waitForState(nodes[1], ReplSetTest.State.PRIMARY, 60000); + replTest.waitForState(nodes[1], ReplSetTest.State.PRIMARY); // do some writes on 1 var master = replTest.getPrimary(); |