diff options
author | William Schultz <william.schultz@mongodb.com> | 2017-07-14 11:34:16 -0400 |
---|---|---|
committer | William Schultz <william.schultz@mongodb.com> | 2017-07-31 15:09:26 -0400 |
commit | 4463700eb94a5ee95c706d69cbb7bf44e67a50d2 (patch) | |
tree | 65dc09d7967f17f863acd051179889beb83dc090 | |
parent | aadff4eb0b8b051777a6e4315e91dde83369e2cd (diff) | |
download | mongo-4463700eb94a5ee95c706d69cbb7bf44e67a50d2.tar.gz |
SERVER-30139 Increase waitForState timeout in replsetprio1.js
(cherry picked from commit 27d21e6973867ad99fec0b385ad26458b4b7f1ad)
-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(); |