Skip to content

Commit d206795

Browse files
author
Justin Patrin
committed
Try 30s for pypy
1 parent 26436d5 commit d206795

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
@@ -80,7 +80,7 @@ def alive(self):
8080
return self.thread.isAlive()
8181

8282
def join(self):
83-
self.thread.join(5)
83+
self.thread.join(30)
8484
assert not self.alive, ("Greenlet timeout" if self.use_greenlets
8585
else "Thread timeout")
8686
self.thread = None

0 commit comments

Comments
 (0)