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 d6cd8a67ae
commit b783e2dedb
1 changed files with 1 additions and 1 deletions

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)