Tools/autotest: extend WindEstimates duration

This commit is contained in:
Tom Pittenger 2023-08-15 20:47:09 -07:00 committed by Tom Pittenger
parent e3c0175bb4
commit 3defde99ee

View File

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