autotest: allow max distance on ship test

vehicle moves...
This commit is contained in:
Peter Barker 2023-10-28 16:24:53 +11:00 committed by Peter Barker
parent 3963f1b114
commit 1e4caaec78
1 changed files with 1 additions and 1 deletions

View File

@ -8907,7 +8907,7 @@ Also, ignores heartbeats not from our target system'''
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")