Skip to content

Commit aca6845

Browse files
author
Nhan Nguyen - 6535
committed
Fix hangs when executing pytest
1 parent e1b11d6 commit aca6845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execnet/multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def termkill(termfunc, killfunc):
295295
replylist.append(reply)
296296
for reply in replylist:
297297
reply.get()
298-
workerpool.waitall()
298+
workerpool.waitall(timeout=timeout)
299299

300300

301301
default_group = Group()

0 commit comments

Comments
 (0)