autotest: raise the time for log download

This commit is contained in:
Andrew Tridgell 2014-05-08 15:15:20 +10:00
parent 10d7ab5840
commit b6774b8bc7
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ def sim_location(mav):
m = mav.recv_match(type='SIMSTATE', blocking=True) 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)) 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=180): def log_download(mavproxy, mav, filename, timeout=360):
'''download latest log''' '''download latest log'''
mavproxy.send("log list\n") mavproxy.send("log list\n")
mavproxy.expect("numLogs") mavproxy.expect("numLogs")