summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2015-11-12 08:18:20 -0500
committermatt dannenberg <matt.dannenberg@10gen.com>2015-11-12 09:51:56 -0500
commit21acf1901092e46f52cf12d11853c31a7b733232 (patch)
tree02da459e2e65ce4c84a6e35767aef405054c062b
parent3da6ea86c2dddd3a338fd8b248323cf603f30bdf (diff)
downloadmongo-21acf1901092e46f52cf12d11853c31a7b733232.tar.gz
SERVER-21437 give the restarted node more time to catch up in resync_with_write_load.js
-rw-r--r--jstests/replsets/resync_with_write_load.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/resync_with_write_load.js b/jstests/replsets/resync_with_write_load.js
index a0a76792a0a..c67f1f67d59 100644
--- a/jstests/replsets/resync_with_write_load.js
+++ b/jstests/replsets/resync_with_write_load.js
@@ -89,7 +89,7 @@ print("waiting for load generation to finish");
loadGen();
// load must stop before we await replication.
-replTest.awaitReplication();
+replTest.awaitReplication(60 * 1000);
// Make sure oplogs match
try {