Tools/autotest: extend WindEstimates duration

backport from PR https://github.com/ArduPilot/ardupilot/pull/24666
This commit is contained in:
Tom Pittenger 2023-08-15 20:47:09 -07:00 committed by Randy Mackay
parent 7f10222a27
commit 1eb2568774
1 changed files with 1 additions and 1 deletions

View File

@ -2913,7 +2913,7 @@ class AutoTestPlane(AutoTest):
self.wait_and_maintain_wind_estimate(
5, 45,
speed_tolerance=1,
timeout=20
timeout=30
)
self.fly_home_land_and_disarm()