Tools: rover autotest DriveRTL timeout increased by 10sec

This commit is contained in:
Randy Mackay 2021-11-15 10:30:22 +09:00
parent 995ff30cd6
commit 8ff6972b7e

View File

@ -547,7 +547,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
(m.wp_dist, wp_dist_min,))
# wait for mission to complete
self.wait_statustext("Mission Complete", timeout=60)
self.wait_statustext("Mission Complete", timeout=70)
# the EKF doesn't pull us down to 0 speed:
self.wait_groundspeed(0, 0.5, timeout=600)