mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
lengthened log timeout
This commit is contained in:
parent
269c6d26c9
commit
14f0f7b6f3
@ -43,7 +43,7 @@ def dump_logs(atype):
|
||||
mavproxy.expect("Log]")
|
||||
for i in range(numlogs):
|
||||
mavproxy.send("dump %u\n" % (i+1))
|
||||
mavproxy.expect("logs enabled:", timeout=120)
|
||||
mavproxy.expect("logs enabled:", timeout=400)
|
||||
mavproxy.expect("Log]")
|
||||
util.pexpect_close(mavproxy)
|
||||
util.pexpect_close(sil)
|
||||
|
Loading…
Reference in New Issue
Block a user