Use 3 minutes for timeout

This commit is contained in:
ZyX 2015-02-21 17:11:11 +03:00
parent 7d98218b64
commit 6a6991bcb4
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ def main():
args.command[1:], args.command[1:],
env=environ, env=environ,
logfile=sio, logfile=sio,
timeout=60 * 3,
) )
child.expect(re.compile(b'.*')) child.expect(re.compile(b'.*'))
sleep(0.5) sleep(0.5)