autotest: increase timeout for log download

This commit is contained in:
Andrew Tridgell 2014-02-18 21:06:53 +11:00
parent ff5bc7520c
commit 88afd40524

View File

@ -243,7 +243,7 @@ def sim_location(mav):
m = mav.recv_match(type='SIMSTATE', blocking=True)
return mavutil.location(m.lat*1.0e-7, m.lng*1.0e-7, 0, math.degrees(m.yaw))
def log_download(mavproxy, mav, filename, timeout=60):
def log_download(mavproxy, mav, filename, timeout=180):
'''download latest log'''
mavproxy.send("log list\n")
mavproxy.expect("numLogs")