summaryrefslogtreecommitdiff
path: root/jstests/replsets/stepdown_long_wait_time.js
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2016-09-22 09:40:38 -0400
committerJudah Schvimer <judah@mongodb.com>2016-09-22 09:40:38 -0400
commit0fef13b45a24c9e5e1fd995fba5f51e8040ec435 (patch)
treea5c73dc848e984ed174578a961ca7f87ed370f92 /jstests/replsets/stepdown_long_wait_time.js
parent77062664e98ff492855b51619d41185f746a42b6 (diff)
downloadmongo-0fef13b45a24c9e5e1fd995fba5f51e8040ec435.tar.gz
SERVER-26227 Increase waitForState timeouts in replicaset tests
Diffstat (limited to 'jstests/replsets/stepdown_long_wait_time.js')
-rw-r--r--jstests/replsets/stepdown_long_wait_time.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/stepdown_long_wait_time.js b/jstests/replsets/stepdown_long_wait_time.js
index 8ef398224f2..5a11b8c12ec 100644
--- a/jstests/replsets/stepdown_long_wait_time.js
+++ b/jstests/replsets/stepdown_long_wait_time.js
@@ -22,7 +22,7 @@
]
});
- replSet.waitForState(replSet.nodes[0], ReplSetTest.State.PRIMARY, 60 * 1000);
+ replSet.waitForState(replSet.nodes[0], ReplSetTest.State.PRIMARY);
var primary = replSet.getPrimary();
var secondary = replSet.getSecondary();