Skip to content

Commit e368027

Browse files
committed
PYTHON-2624 Increase serverSelectionTimeoutMS for mongocryptd connection (#604)
(cherry picked from commit 0f8f9da)
1 parent 5e62d1d commit e368027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
_HTTPS_PORT = 443
6363
_KMS_CONNECT_TIMEOUT = 10 # TODO: CDRIVER-3262 will define this value.
64-
_MONGOCRYPTD_TIMEOUT_MS = 1000
64+
_MONGOCRYPTD_TIMEOUT_MS = 10000
6565

6666
_DATA_KEY_OPTS = CodecOptions(document_class=SON, uuid_representation=STANDARD)
6767
# Use RawBSONDocument codec options to avoid needlessly decoding

0 commit comments

Comments
 (0)