mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: allow more time for Rover to go to smartrtl intermediate point
race conditions with commands from autotest suite
This commit is contained in:
parent
87eb703bc1
commit
f8c1c3309d
@ -4555,7 +4555,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
||||
self.change_mode("SMART_RTL")
|
||||
|
||||
self.progress("Ensure we go via intermediate point")
|
||||
self.wait_distance_to_location(loc, 0, 5)
|
||||
self.wait_distance_to_location(loc, 0, 5, timeout=60)
|
||||
|
||||
self.progress("Ensure we get home")
|
||||
self.wait_distance_to_home(3, 7, timeout=30)
|
||||
|
Loading…
Reference in New Issue
Block a user