From b2523021fb1c54e5b5994f0d016c8b37ae4523b2 Mon Sep 17 00:00:00 2001 From: Francisco Ferreira Date: Fri, 14 Dec 2018 23:17:45 +0000 Subject: [PATCH] Tools: autotest: increase Plane log download timeout --- Tools/autotest/arduplane.py | 1 + 1 file changed, 1 insertion(+) 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