diff options
author | matt dannenberg <matt.dannenberg@10gen.com> | 2015-08-25 06:03:46 -0400 |
---|---|---|
committer | matt dannenberg <matt.dannenberg@10gen.com> | 2015-08-25 06:04:33 -0400 |
commit | 1e9137cc88afcbb45db5402f8f093a79e45d73bf (patch) | |
tree | 8ee5e5dbd3ae72baf6cf83692c2932fe728ee813 /jstests/replsets/sync_passive.js | |
parent | 07728dc1e6721a3fe7c410fbb9ed28c316afe09b (diff) | |
download | mongo-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.js | 2 |
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"); |