There was an error while loading. Please reload this page.
1 parent a6f2848 commit 5cf33afCopy full SHA for 5cf33af
test/test_pooling_base.py
@@ -92,7 +92,7 @@ def alive(self):
92
return self.thread.isAlive()
93
94
def join(self):
95
- self.thread.join(5)
+ self.thread.join(10)
96
if self.use_greenlets:
97
msg = "Greenlet timeout"
98
else:
0 commit comments