Skip to content

Commit

Permalink
Increase timeout for awaitReplication in sync_passive2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Dec 21, 2012
1 parent 4a14890 commit fdbf689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/replsets/sync_passive2.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ try {
replTest.getMaster().getDB("admin").runCommand({replSetReconfig:config});
} catch (x) { /* expected */ }

replTest.awaitReplication();
replTest.awaitReplication(60000);

print("force 2 to sync from 3");
replTest.nodes[2].getDB("admin").runCommand({replSetSyncFrom: replTest.host+":"+replTest.ports[3]});
Expand Down

0 comments on commit fdbf689

Please sign in to comment.