summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/indexbg_interrupts.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/noPassthroughWithMongod/indexbg_interrupts.js
parent9a0127c107c8b3f1e80453075848c4372a25e075 (diff)
downloadmongo-d4a7ae574011cf40e7785c439969904954e18db2.tar.gz
SERVER-26934 removed hardcoded ReplSetTest.awaitReplication timeouts from JS tests
Diffstat (limited to 'jstests/noPassthroughWithMongod/indexbg_interrupts.js')
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_interrupts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_interrupts.js b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
index 0a50951c75d..3e0601a9bce 100644
--- a/jstests/noPassthroughWithMongod/indexbg_interrupts.js
+++ b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
@@ -89,7 +89,7 @@ for (var idx = 0; idx < dropAction.length; idx++) {
assert.commandWorked(masterDB.runCommand(dc));
jsTest.log("Waiting on replication");
- replTest.awaitReplication(60 * 1000);
+ replTest.awaitReplication();
// we need to assert.soon because the drop only marks the index for removal
// the removal itself is asynchronous and may take another moment before it happens