autotest: wait for Plane to slow down after frsky test

disarming via mavlink can fail if we think we're still moving
This commit is contained in:
Peter Barker 2022-07-19 21:12:28 +10:00 committed by Peter Barker
parent 25e317d6b1
commit e27b98f47e

View File

@ -11148,6 +11148,8 @@ switch value'''
}
self.test_frsky_passthrough_do_wants(frsky, wants)
self.zero_throttle()
self.progress("Wait for vehicle to slow down")
self.wait_groundspeed(0, 0.3)
self.disarm_vehicle()
self.progress("Counts of sensor_id polls sent:")