Skip to content

Commit 7530405

Browse files
committed
test(txns): reduce haInterval for tests using fail points
1 parent e46fff9 commit 7530405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/transactions_tests.js

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ function runTestSuiteTest(testData, context) {
188188

189189
// test-specific client options
190190
clientOptions.autoReconnect = false;
191+
clientOptions.haInterval = 100;
191192

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

0 commit comments

Comments
 (0)