summaryrefslogtreecommitdiff
path: root/jstests
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 18:13:59 -0400
commitf72cfb449a8c10fea4e43f615893aff42852ca8f (patch)
tree4ca99dd0034c58751066c0d291ff526c5cc855fd /jstests
parent3603a62092e6b15c0ec81fe45eddec3958fa59dc (diff)
downloadmongo-f72cfb449a8c10fea4e43f615893aff42852ca8f.tar.gz
Increase timeout of replSetReconfig to leave time for initial sync in two_initsync.js test
(cherry picked from commit 298470d138e0596c0f61fff46cbada3bf402a846)
Diffstat (limited to 'jstests')
-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");