Browse Source

Tools: autotest: increase Plane log download timeout

master
Francisco Ferreira 6 years ago committed by Andrew Tridgell
parent
commit
b2523021fb
  1. 1
      Tools/autotest/arduplane.py

1
Tools/autotest/arduplane.py

@ -903,6 +903,7 @@ class AutoTestPlane(AutoTest): @@ -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…
Cancel
Save