mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
autotest: allow more time for disarm on vtol-state test
right on the edge
This commit is contained in:
parent
aa78f53498
commit
69b4694cee
@ -352,7 +352,8 @@ class AutoTestQuadPlane(AutoTest):
|
||||
self.change_mode("QLAND")
|
||||
self.wait_altitude(0, 2, relative=True, timeout=60)
|
||||
self.wait_extended_sys_state(mavutil.mavlink.MAV_VTOL_STATE_MC,
|
||||
mavutil.mavlink.MAV_LANDED_STATE_ON_GROUND)
|
||||
mavutil.mavlink.MAV_LANDED_STATE_ON_GROUND,
|
||||
timeout=30)
|
||||
self.mav.motors_disarmed_wait()
|
||||
|
||||
def EXTENDED_SYS_STATE(self):
|
||||
|
Loading…
Reference in New Issue
Block a user