diff --git a/mongo/mongocryptd.go b/mongo/mongocryptd.go index c88674cc1f..2eab62f971 100644 --- a/mongo/mongocryptd.go +++ b/mongo/mongocryptd.go @@ -19,7 +19,7 @@ import ( ) const ( - defaultServerSelectionTimeout = 1 * time.Second + defaultServerSelectionTimeout = 10 * time.Second defaultURI = "mongodb://localhost:27020" defaultPath = "mongocryptd" serverSelectionTimeoutStr = "server selection error"