autotest: longer timeout writing logs

the flash logs are getting pretty big now
This commit is contained in:
Andrew Tridgell 2011-11-10 22:58:02 +11:00
parent 2436bff853
commit 5e115277d6

View File

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