Skip to content

Commit bd33462

Browse files
committed
More lenient timeout in test_max_pool_size.
1 parent 9f7580f commit bd33462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pooling_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def run_mongo_thread(self):
266266
r.lock.release()
267267
else:
268268
r.lock.release()
269-
r.ready.wait(2) # Wait two seconds
269+
r.ready.wait(30) # Wait thirty seconds....
270270
assert r.ready.isSet(), "Rendezvous timed out"
271271

272272
for i in range(self.end_request):

0 commit comments

Comments
 (0)