autotest: allow more time for deepstall text

intermittent failures in CI - perhaps due to Plane dynamics changes
This commit is contained in:
Peter Barker 2023-04-17 10:20:12 +10:00 committed by Peter Barker
parent f518c4f4d4
commit 38390d2840

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)