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:
Peter Barker 2023-04-17 10:20:12 +10:00 committed by Andrew Tridgell
parent c37557736c
commit 4f44760912
1 changed files with 1 additions and 1 deletions

View File

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