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 # output
if self.p_out in r: if self.p_out in r:
try: try:
msgBytes = self.readAll(self.p_out.fileno(), timeout=0.2) msgBytes = self.readAll(self.p_out.fileno(), timeout=0.01)
except (EOFError, OSError): except (EOFError, OSError):
active.value = False active.value = False
break break