mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Tools: rover autotest DriveRTL timeout increased by 10sec
This commit is contained in:
parent
995ff30cd6
commit
8ff6972b7e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user