lengthened log timeout

This commit is contained in:
Jason Short 2011-11-19 17:31:36 -08:00
parent 269c6d26c9
commit 14f0f7b6f3

View File

@ -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)