summaryrefslogtreecommitdiff
path: root/jstests/replsets/sync_passive.js
diff options
context:
space:
mode:
authormatt dannenberg <matt.dannenberg@10gen.com>2015-08-25 06:03:46 -0400
committermatt dannenberg <matt.dannenberg@10gen.com>2015-08-25 06:04:33 -0400
commit1e9137cc88afcbb45db5402f8f093a79e45d73bf (patch)
tree8ee5e5dbd3ae72baf6cf83692c2932fe728ee813 /jstests/replsets/sync_passive.js
parent07728dc1e6721a3fe7c410fbb9ed28c316afe09b (diff)
downloadmongo-1e9137cc88afcbb45db5402f8f093a79e45d73bf.tar.gz
SERVER-20109 make sync_passive.js resilient to a possible initial sync blacklisting
Diffstat (limited to 'jstests/replsets/sync_passive.js')
-rw-r--r--jstests/replsets/sync_passive.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/sync_passive.js b/jstests/replsets/sync_passive.js
index 2f3431ed7a7..f73dad062c9 100644
--- a/jstests/replsets/sync_passive.js
+++ b/jstests/replsets/sync_passive.js
@@ -62,7 +62,7 @@ replTest.restart(1);
print("check sync");
-replTest.awaitReplication();
+replTest.awaitReplication(60 * 1000);
print("add data");