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

- revert once #10590 is resolved properly
This commit is contained in:
Daniel Agar 2018-09-28 10:28:07 -04:00 committed by GitHub
parent 465d399e8f
commit 066ca50ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)