mirror of https://github.com/ArduPilot/ardupilot
Tools/autotest: extend WindEstimates duration
backport from PR https://github.com/ArduPilot/ardupilot/pull/24666
This commit is contained in:
parent
e93c9cf4c8
commit
d9cb0c35d3
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue