mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: increase Plane log download timeout
This commit is contained in:
parent
08fdd5c36c
commit
b2523021fb
|
@ -903,6 +903,7 @@ class AutoTestPlane(AutoTest):
|
|||
"Log download",
|
||||
lambda: self.log_download(
|
||||
self.buildlogs_path("ArduPlane-log.bin"),
|
||||
timeout=450,
|
||||
upload_logs=True))
|
||||
])
|
||||
return ret
|
||||
|
|
Loading…
Reference in New Issue