summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-03-13 12:38:52 -0400
committerRamon Fernandez <ramon.fernandez@mongodb.com>2015-04-10 14:58:14 -0400
commit23d882d8f6423e27e4f3a01f7829861e77ba2e0e (patch)
treeed0bf5885134c75fe965fdd1a1c2a7cff3e34747
parent03d7d9d46179425212ce1840c58c4325d450b950 (diff)
downloadmongo-23d882d8f6423e27e4f3a01f7829861e77ba2e0e.tar.gz
SERVER-17487 Raise awaitReplication timeout in test
(cherry picked from commit 5f64a1c4c3eb6698dfa2e721972a158202229bb0)
-rw-r--r--jstests/noPassthrough/initial_sync_cloner_dups.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/initial_sync_cloner_dups.js b/jstests/noPassthrough/initial_sync_cloner_dups.js
index f6a4a487cbc..050b14c4f39 100644
--- a/jstests/noPassthrough/initial_sync_cloner_dups.js
+++ b/jstests/noPassthrough/initial_sync_cloner_dups.js
@@ -43,7 +43,7 @@ for (var i=0; i < numDocs; i++) {
}
batch.execute();
-replTest.awaitReplication();
+replTest.awaitReplication(2*60*1000);
jsTestLog("Start remove/insert on primary");
var insertAndRemove = function(host) {