Skip to content

Commit

Permalink
autotest: relax Copter vibration failsafe timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 authored and tridge committed Aug 12, 2023
1 parent 70c6f49 commit fb52e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ def VibrationFailsafe(self):
self.change_mode("LAND")

# check vehicle descends to 2m or less within 40 seconds
self.wait_altitude(-5, 2, timeout=40, relative=True)
self.wait_altitude(-5, 2, timeout=50, relative=True)

# force disarm of vehicle (it will likely not automatically disarm)
self.disarm_vehicle(force=True)
Expand Down

0 comments on commit fb52e6a

Please sign in to comment.