mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: longer timeout writing logs
the flash logs are getting pretty big now
This commit is contained in:
parent
2436bff853
commit
5e115277d6
@ -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
Block a user