decrease timeout

This commit is contained in:
chrys 2018-03-27 14:16:30 +02:00
parent 161c316383
commit fef9691912

View File

@ -89,7 +89,6 @@ class driver(screenDriver):
# respect timeout but wait a little bit of time to see if something more is here
while screen_utils.hasMore(fd,0.0000001):
if (time.time() - starttime) >= timeout:
print('timeout')
break
data = os.read(fd, 65536)
if data == b'':