Tools: autotest: increase Plane log download timeout

This commit is contained in:
Francisco Ferreira 2018-12-14 23:17:45 +00:00 committed by Andrew Tridgell
parent 08fdd5c36c
commit b2523021fb
1 changed files with 1 additions and 0 deletions

View File

@ -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