mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AutoTest: Increase mission timeout to account for lower corner acceleration
This commit is contained in:
parent
ed24a635c6
commit
fea86f78ca
@ -6598,7 +6598,7 @@ class AutoTest(ABC):
|
||||
if seq != wpnum:
|
||||
raise NotAchievedException("Incorrect current wp")
|
||||
|
||||
def wait_current_waypoint(self, wpnum, timeout=60):
|
||||
def wait_current_waypoint(self, wpnum, timeout=70):
|
||||
tstart = self.get_sim_time()
|
||||
while True:
|
||||
if self.get_sim_time() - tstart > timeout:
|
||||
|
Loading…
Reference in New Issue
Block a user