Skip to content

Commit 44097c2

Browse files
committed
test: use a reduced minHeartbeatFrequencyMS for spec test runner
1 parent ef04d00 commit 44097c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/spec-runner/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ function runTestSuiteTest(configuration, spec, context) {
233233
// test-specific client options
234234
clientOptions.autoReconnect = false;
235235
clientOptions.haInterval = 100;
236+
clientOptions.minHeartbeatFrequencyMS = 100;
236237
clientOptions.useRecoveryToken = true;
237238

238239
// TODO: this should be configured by `newClient` and env variables

0 commit comments

Comments
 (0)