Skip to content

Commit

Permalink
test(retryable-writes): reduce test runtime by lowering haInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jun 20, 2018
1 parent 0171533 commit 770db7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/retryable_writes_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function executeScenarioSetup(scenario, test, config, ctx) {
const MongoClient = config.require.MongoClient;
const url = config.url();
const options = Object.assign({}, test.clientOptions, {
haInterval: 100,
monitorCommands: true,
minSize: 10
});
Expand Down

0 comments on commit 770db7f

Please sign in to comment.