mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
356 B
Python
11 lines
356 B
Python
--- scripts/Expect.py.orig 2019-08-12 19:54:18 UTC
|
|
+++ scripts/Expect.py
|
|
@@ -505,7 +505,7 @@ class Expect (object):
|
|
global processes
|
|
del processes[self.p.pid]
|
|
self.p = None
|
|
- self.r.join()
|
|
+ self.r.join(timeout)
|
|
# Simulate a match on EOF
|
|
self.buf = self.r.getbuf()
|
|
self.before = self.buf
|