diff options
author | Judah Schvimer <judah@mongodb.com> | 2016-09-22 09:40:38 -0400 |
---|---|---|
committer | Judah Schvimer <judah@mongodb.com> | 2016-09-22 09:40:38 -0400 |
commit | 0fef13b45a24c9e5e1fd995fba5f51e8040ec435 (patch) | |
tree | a5c73dc848e984ed174578a961ca7f87ed370f92 /jstests/replsets/stepdown_killop.js | |
parent | 77062664e98ff492855b51619d41185f746a42b6 (diff) | |
download | mongo-0fef13b45a24c9e5e1fd995fba5f51e8040ec435.tar.gz |
SERVER-26227 Increase waitForState timeouts in replicaset tests
Diffstat (limited to 'jstests/replsets/stepdown_killop.js')
-rw-r--r-- | jstests/replsets/stepdown_killop.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/stepdown_killop.js b/jstests/replsets/stepdown_killop.js index 9185517e6c7..58ee015136a 100644 --- a/jstests/replsets/stepdown_killop.js +++ b/jstests/replsets/stepdown_killop.js @@ -23,7 +23,7 @@ ] }); - replSet.waitForState(replSet.nodes[0], ReplSetTest.State.PRIMARY, 60 * 1000); + replSet.waitForState(replSet.nodes[0], ReplSetTest.State.PRIMARY); var secondary = replSet.getSecondary(); jsTestLog('Disable replication on the SECONDARY ' + secondary.host); |