Skip to content

Commit 80896d5

Browse files
committed
change default from 50 to 500 ms
1 parent ef71d5f commit 80896d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integration/unified_spec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
)
4646

4747
var (
48-
defaultHeartbeatInterval = 50 * time.Millisecond
48+
defaultHeartbeatInterval = 500 * time.Millisecond
4949
skippedTestDescriptions = map[string]string{
5050
// SPEC-1403: This test checks to see if the correct error is thrown when auto encrypting with a server < 4.2.
5151
// Currently, the test will fail because a server < 4.2 wouldn't have mongocryptd, so Client construction

0 commit comments

Comments
 (0)