Browse Source

autotest: allow more time for Rover to go to smartrtl intermediate point

race conditions with commands from autotest suite
master
Peter Barker 2 years ago committed by Peter Barker
parent
commit
f8c1c3309d
  1. 2
      Tools/autotest/rover.py

2
Tools/autotest/rover.py

@ -4555,7 +4555,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm) @@ -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…
Cancel
Save