lower timeout
This commit is contained in:
parent
7e0509069f
commit
b93d2cef7a
@ -146,7 +146,7 @@ class driver(screenDriver):
|
||||
# output
|
||||
if self.p_out in r:
|
||||
try:
|
||||
msgBytes = self.readAll(self.p_out.fileno(), timeout=0.2)
|
||||
msgBytes = self.readAll(self.p_out.fileno(), timeout=0.01)
|
||||
except (EOFError, OSError):
|
||||
active.value = False
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user