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 5e62d1d commit e368027Copy full SHA for e368027
pymongo/encryption.py
@@ -61,7 +61,7 @@
61
62
_HTTPS_PORT = 443
63
_KMS_CONNECT_TIMEOUT = 10 # TODO: CDRIVER-3262 will define this value.
64
-_MONGOCRYPTD_TIMEOUT_MS = 1000
+_MONGOCRYPTD_TIMEOUT_MS = 10000
65
66
_DATA_KEY_OPTS = CodecOptions(document_class=SON, uuid_representation=STANDARD)
67
# Use RawBSONDocument codec options to avoid needlessly decoding
0 commit comments