We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef71d5f commit 80896d5Copy full SHA for 80896d5
internal/integration/unified_spec_test.go
@@ -45,7 +45,7 @@ const (
45
)
46
47
var (
48
- defaultHeartbeatInterval = 50 * time.Millisecond
+ defaultHeartbeatInterval = 500 * time.Millisecond
49
skippedTestDescriptions = map[string]string{
50
// SPEC-1403: This test checks to see if the correct error is thrown when auto encrypting with a server < 4.2.
51
// Currently, the test will fail because a server < 4.2 wouldn't have mongocryptd, so Client construction
0 commit comments