Autotest: Sub: tighten default watch_altitude_maintened delta

This commit is contained in:
Willian Galvani 2020-09-04 00:41:36 -03:00
parent cd9cc1419b
commit 81cd49213a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class AutoTestSub(AutoTest):
def is_sub(self):
return True
def watch_altitude_maintained(self, delta=1, timeout=5.0):
def watch_altitude_maintained(self, delta=0.3, timeout=5.0):
"""Watch and wait for the actual altitude to be maintained
Keyword Arguments: