mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: Rework copter vibration failsafe autotest
Allow more time for descent when vibration affected.
This commit is contained in:
parent
8429c66860
commit
74a7e3b64a
@ -1072,8 +1072,8 @@ class AutoTestCopter(AutoTest):
|
||||
self.wait_statustext("Vibration compensation ON", timeout=30)
|
||||
self.change_mode("LAND")
|
||||
|
||||
# check vehicle descends to 2m or less within 30 seconds
|
||||
self.wait_altitude(-5, 2, timeout=30, relative=True)
|
||||
# check vehicle descends to 2m or less within 40 seconds
|
||||
self.wait_altitude(-5, 2, timeout=40, relative=True)
|
||||
|
||||
# force disarm of vehicle (it will likely not automatically disarm)
|
||||
self.disarm_vehicle(force=True)
|
||||
|
Loading…
Reference in New Issue
Block a user