Skip to content

Commit

Permalink
test(txns): reduce haInterval for tests using fail points
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jun 19, 2018
1 parent e46fff9 commit 7530405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/transactions_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function runTestSuiteTest(testData, context) {

// test-specific client options
clientOptions.autoReconnect = false;
clientOptions.haInterval = 100;

return MongoClient.connect(context.url, clientOptions).then(client => {
context.testClient = client;
Expand Down

0 comments on commit 7530405

Please sign in to comment.