Tool: Allow more time for quadplane autotest to land and disarm

This commit is contained in:
Paul Riseborough 2021-07-17 21:46:07 +10:00 committed by Andrew Tridgell
parent 0088b0f3fe
commit ef1dda005f

View File

@ -532,7 +532,7 @@ class AutoTestPlane(AutoTest):
self.wait_waypoint(1, num_wp, max_dist=60)
self.wait_groundspeed(0, 0.5, timeout=mission_timeout)
if quadplane:
self.wait_statustext("Throttle disarmed", timeout=60)
self.wait_statustext("Throttle disarmed", timeout=70)
else:
self.wait_statustext("Auto disarmed", timeout=60)
self.progress("Mission OK")