mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
CI fix Climb before turn Timeout
This commit is contained in:
parent
ae6295e11c
commit
2b9d116274
@ -1832,7 +1832,7 @@ class AutoTestPlane(AutoTest):
|
|||||||
home = self.home_position_as_mav_location()
|
home = self.home_position_as_mav_location()
|
||||||
distance = self.get_distance(home, self.mav.location())
|
distance = self.get_distance(home, self.mav.location())
|
||||||
|
|
||||||
self.wait_altitude(expected_alt - 10, expected_alt + 10, relative=True)
|
self.wait_altitude(expected_alt - 10, expected_alt + 10, relative=True, timeout=60)
|
||||||
|
|
||||||
new_distance = self.get_distance(home, self.mav.location())
|
new_distance = self.get_distance(home, self.mav.location())
|
||||||
# We should be closer to home.
|
# We should be closer to home.
|
||||||
|
Loading…
Reference in New Issue
Block a user