We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26436d5 commit d206795Copy full SHA for d206795
test/test_pooling_base.py
@@ -80,7 +80,7 @@ def alive(self):
80
return self.thread.isAlive()
81
82
def join(self):
83
- self.thread.join(5)
+ self.thread.join(30)
84
assert not self.alive, ("Greenlet timeout" if self.use_greenlets
85
else "Thread timeout")
86
self.thread = None
0 commit comments