Skip to content

Commit d482538

Browse files
committed
increase timeout
1 parent 81717ba commit d482538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ocsp/test_ocsp.py

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

4242

4343
def _connect(options):
44-
uri = f"mongodb://localhost:27017/?serverSelectionTimeoutMS=5000&tlsCAFile={Path(CA_FILE).as_posix()}&{options}"
44+
uri = f"mongodb://localhost:27017/?serverSelectionTimeoutMS=10000&tlsCAFile={Path(CA_FILE).as_posix()}&{options}"
4545
print(uri)
4646
try:
4747
client = pymongo.MongoClient(uri)

0 commit comments

Comments
 (0)