Tweaked exception wording.

This commit is contained in:
Michael Lazar
2015-12-08 01:09:56 -08:00
parent 9d2a6af826
commit cefdfb3290
6 changed files with 7 additions and 6 deletions

View File

@@ -303,7 +303,7 @@ class Terminal(object):
# If it blocks or returns an error, something went wrong.
try:
start = time.time()
while time.time() - start < 5:
while time.time() - start < 10:
code = p.poll()
if code == 0:
break # Success