mirror of https://github.com/ArduPilot/ardupilot
autotest: longer timeout writing logs
the flash logs are getting pretty big now
This commit is contained in:
parent
d6cd8a67ae
commit
b783e2dedb
|
@ -42,7 +42,7 @@ def dump_logs(atype):
|
|||
mavproxy.expect("Log]")
|
||||
for i in range(numlogs):
|
||||
mavproxy.send("dump %u\n" % (i+1))
|
||||
mavproxy.expect("logs enabled:")
|
||||
mavproxy.expect("logs enabled:", timeout=120)
|
||||
mavproxy.expect("Log]")
|
||||
util.pexpect_close(mavproxy)
|
||||
util.pexpect_close(sil)
|
||||
|
|
Loading…
Reference in New Issue