Skip to content

Commit

Permalink
autotest: allow max distance on ship test
Browse files Browse the repository at this point in the history
vehicle moves...
  • Loading branch information
peterbarker committed Aug 10, 2024
1 parent 3963f1b commit 1e4caae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/vehicle_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -8907,7 +8907,7 @@ def run_one_test_attempt(self, test, interact=False, attempt=1, suppress_stdout=
else:
self.progress("Force-rebooting SITL")
self.zero_throttle()
self.reboot_sitl() # that'll learn it
self.reboot_sitl(startup_location_dist_max=1000000) # that'll learn it
passed = False
elif ardupilot_alive and not passed: # implicit reboot after a failed test:
self.progress("Test failed but ArduPilot process alive; rebooting")
Expand Down

0 comments on commit 1e4caae

Please sign in to comment.