autotest: increase allowed time for climb_before_turn to get home

This commit is contained in:
Peter Barker 2021-04-01 11:30:11 +11:00 committed by Peter Barker
parent fb789a07ce
commit fff4aa8bde

View File

@ -1691,7 +1691,7 @@ class AutoTestPlane(AutoTest):
% (distance, new_distance)
)
self.fly_home_land_and_disarm()
self.fly_home_land_and_disarm(timeout=240)
def rtl_climb_min(self):
self.wait_ready_to_arm()