Skip to content

Commit 5cf33af

Browse files
author
A. Jesse Jiryu Davis
committed
Longer thread / greenlet join timeout in tests.
1 parent a6f2848 commit 5cf33af

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
@@ -92,7 +92,7 @@ def alive(self):
9292
return self.thread.isAlive()
9393

9494
def join(self):
95-
self.thread.join(5)
95+
self.thread.join(10)
9696
if self.use_greenlets:
9797
msg = "Greenlet timeout"
9898
else:

0 commit comments

Comments
 (0)