Use 3 minutes for timeout
This commit is contained in:
parent
7d98218b64
commit
6a6991bcb4
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue