mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Tools: autotest: increase timeout for arming param check
This commit is contained in:
parent
e95d603a73
commit
4f153f06b3
@ -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'''
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
timeout=2,
|
||||
timeout=4,
|
||||
want_result=mavutil.mavlink.MAV_RESULT_ACCEPTED)
|
||||
self.disarm_vehicle()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user