Tools: Rework Copter VibrationFailsafe test to use commanded land

This commit is contained in:
Paul Riseborough 2021-07-19 11:39:55 +10:00 committed by Randy Mackay
parent 762529a987
commit 697cc5cb44
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ class AutoTestCopter(AutoTest):
# wait for Vibration compensation warning and change to LAND mode
self.wait_statustext("Vibration compensation ON", timeout=30)
self.wait_mode("LAND")
self.change_mode("LAND")
# check vehicle descends to 2m or less within 30 seconds
self.wait_altitude(-5, 2, timeout=30, relative=True)