summaryrefslogtreecommitdiff
path: root/jstests/replsets/initial_sync1.js
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2016-11-07 14:28:24 -0500
committerBenety Goh <benety@mongodb.com>2016-11-07 15:54:09 -0500
commitd4a7ae574011cf40e7785c439969904954e18db2 (patch)
tree1906f4d588ea4a841ebf123fa85e7e9928cb9af6 /jstests/replsets/initial_sync1.js
parent9a0127c107c8b3f1e80453075848c4372a25e075 (diff)
downloadmongo-d4a7ae574011cf40e7785c439969904954e18db2.tar.gz
SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS tests
Diffstat (limited to 'jstests/replsets/initial_sync1.js')
-rw-r--r--jstests/replsets/initial_sync1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/initial_sync1.js b/jstests/replsets/initial_sync1.js
index 51d355d80c1..3087793dcd1 100644
--- a/jstests/replsets/initial_sync1.js
+++ b/jstests/replsets/initial_sync1.js
@@ -100,7 +100,7 @@ for (var i = 0; i < 100; i++) {
assert.writeOK(bulk.execute());
print("11. Everyone happy eventually");
-replTest.awaitReplication(300000);
+replTest.awaitReplication();
MongoRunner.stopMongod(slave2);
replTest.stopSet();