mirror of https://github.com/ArduPilot/ardupilot
autotest: raise the time for log download
This commit is contained in:
parent
10d7ab5840
commit
b6774b8bc7
|
@ -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=180):
|
||||
def log_download(mavproxy, mav, filename, timeout=360):
|
||||
'''download latest log'''
|
||||
mavproxy.send("log list\n")
|
||||
mavproxy.expect("numLogs")
|
||||
|
|
Loading…
Reference in New Issue