Update ptyDriver.py

This commit is contained in:
chrys87 2018-05-30 13:19:48 +02:00 committed by GitHub
parent b1310dc2ed
commit 5252c4d33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ class driver(screenDriver):
# output
if self.p_out in r:
try:
msgBytes = self.readAll(self.p_out.fileno(), timeout=0.02, interruptFd=sys.stdin)
msgBytes = self.readAll(self.p_out.fileno(), timeout=0.3, interruptFd=sys.stdin)
except (EOFError, OSError):
active.value = False
break