Tools: autotest: increase timeout for arming param check

This commit is contained in:
Francisco Ferreira 2019-04-23 03:42:55 +01:00
parent e95d603a73
commit 4f153f06b3
No known key found for this signature in database
GPG Key ID: F63C20A6773E787E

View File

@ -2637,7 +2637,7 @@ switch value'''
0, 0,
0, 0,
0, 0,
timeout=2, timeout=4,
want_result=mavutil.mavlink.MAV_RESULT_FAILED) want_result=mavutil.mavlink.MAV_RESULT_FAILED)
self.context_pop() self.context_pop()
self.run_cmd(mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM, self.run_cmd(mavutil.mavlink.MAV_CMD_COMPONENT_ARM_DISARM,
@ -2648,7 +2648,7 @@ switch value'''
0, 0,
0, 0,
0, 0,
timeout=2, timeout=4,
want_result=mavutil.mavlink.MAV_RESULT_ACCEPTED) want_result=mavutil.mavlink.MAV_RESULT_ACCEPTED)
self.disarm_vehicle() self.disarm_vehicle()