AutoTest: Increase mission timeout to account for lower corner acceleration

This commit is contained in:
Leonard Hall 2022-12-18 00:25:14 +10:30 committed by Randy Mackay
parent ed24a635c6
commit fea86f78ca
1 changed files with 1 additions and 1 deletions

View File

@ -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: