Skip to content
Snippets Groups Projects
Unverified Commit 066ca50d authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

mission test temporarily increase landed timeout 60s -> 120s (#10596)

 - revert once #10590 is resolved properly
parent 465d399e
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ class MavrosMissionTest(MavrosTestCommon):
if (waypoint.command == mavutil.mavlink.MAV_CMD_NAV_VTOL_LAND or
waypoint.command == mavutil.mavlink.MAV_CMD_NAV_LAND):
self.wait_for_landed_state(
mavutil.mavlink.MAV_LANDED_STATE_ON_GROUND, 60, index)
mavutil.mavlink.MAV_LANDED_STATE_ON_GROUND, 120, index)
self.set_arm(False, 5)
self.clear_wps(5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment