summaryrefslogtreecommitdiff
path: root/jstests/replsets/two_initsync.js
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2014-03-17 16:40:26 -0400
committerSpencer T Brody <spencer@mongodb.com>2014-03-17 17:31:11 -0400
commit298470d138e0596c0f61fff46cbada3bf402a846 (patch)
treecb52ee96d9bd0379e5ff5c079b84fb45e7ef5070 /jstests/replsets/two_initsync.js
parenta173f84cb956fadc1169f32709679260bd517585 (diff)
downloadmongo-298470d138e0596c0f61fff46cbada3bf402a846.tar.gz
Increase timeout of replSetReconfig to leave time for initial sync in two_initsync.js test
Diffstat (limited to 'jstests/replsets/two_initsync.js')
-rwxr-xr-xjstests/replsets/two_initsync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/two_initsync.js b/jstests/replsets/two_initsync.js
index 7d1442d344f..08e440406cb 100755
--- a/jstests/replsets/two_initsync.js
+++ b/jstests/replsets/two_initsync.js
@@ -63,7 +63,7 @@ doTest = function (signal) {
// Add the second node.
// This runs the equivalent of rs.add(newNode);
- replTest.reInitiate();
+ replTest.reInitiate(60000);
var b = second.getDB("admin");