From d4a7ae574011cf40e7785c439969904954e18db2 Mon Sep 17 00:00:00 2001 From: Benety Goh Date: Mon, 7 Nov 2016 14:28:24 -0500 Subject: SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS tests --- jstests/replsets/initial_sync1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/replsets/initial_sync1.js') 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(); -- cgit v1.2.1