Browse Source

Tools: autotest: increase timeout for arming param check

mission-4.1.18
Francisco Ferreira 6 years ago
parent
commit
4f153f06b3
No known key found for this signature in database
GPG Key ID: F63C20A6773E787E
  1. 4
      Tools/autotest/common.py

4
Tools/autotest/common.py

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

Loading…
Cancel
Save