diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index d6f9740d36..d5102dee51 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -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