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 e93c9cf4c8
commit d9cb0c35d3
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()