mirror of https://github.com/ArduPilot/ardupilot
autotest: allow more time for deepstall text
intermittent failures in CI - perhaps due to Plane dynamics changes Backport of PR https://github.com/ArduPilot/ardupilot/pull/23524
This commit is contained in:
parent
c37557736c
commit
4f44760912
|
@ -636,7 +636,7 @@ class AutoTestPlane(AutoTest):
|
|||
# assume elevator is on channel 2:
|
||||
self.wait_servo_channel_value(2, deepstall_elevator_pwm, timeout=240)
|
||||
|
||||
self.wait_text("Deepstall: Entry: ", check_context=True)
|
||||
self.wait_text("Deepstall: Entry: ", check_context=True, timeout=60)
|
||||
|
||||
self.disarm_wait(timeout=120)
|
||||
self.set_current_waypoint(0, check_afterwards=False)
|
||||
|
|
Loading…
Reference in New Issue