autotest: tweak how we make gps bad in fallback test

This commit is contained in:
Peter Barker 2021-11-05 17:21:12 +11:00 committed by Peter Barker
parent a88464c928
commit b6293acbce

View File

@ -3159,6 +3159,7 @@ class AutoTestPlane(AutoTest):
self.context_collect('STATUSTEXT')
self.set_parameter("EK3_POS_I_GATE", 0)
self.set_parameter("SIM_GPS_HZ", 1)
self.set_parameter("GPS_DELAY_MS", 300)
self.wait_statustext("DCM Active", check_context=True, timeout=60)
self.wait_statustext("EKF3 Active", check_context=True)
self.wait_statustext("DCM Active", check_context=True)