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 81717ba commit d482538Copy full SHA for d482538
test/ocsp/test_ocsp.py
@@ -41,7 +41,7 @@
41
42
43
def _connect(options):
44
- uri = f"mongodb://localhost:27017/?serverSelectionTimeoutMS=5000&tlsCAFile={Path(CA_FILE).as_posix()}&{options}"
+ uri = f"mongodb://localhost:27017/?serverSelectionTimeoutMS=10000&tlsCAFile={Path(CA_FILE).as_posix()}&{options}"
45
print(uri)
46
try:
47
client = pymongo.MongoClient(uri)
0 commit comments