lower timeout

This commit is contained in:
chrys 2018-03-26 22:29:47 +02:00
parent 7e0509069f
commit b93d2cef7a

View File

@ -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