autotest: loosen channel-value constrain in Soaring test
test is flapping here, channel value is moving in right direction
This commit is contained in:
parent
e66f23f606
commit
dfb88839d3
@ -2426,7 +2426,7 @@ class AutoTestPlane(AutoTest):
|
||||
self.wait_altitude(alt_min-10, alt_min, timeout=600, relative=True)
|
||||
|
||||
self.progress("Waiting for throttle up")
|
||||
self.wait_servo_channel_value(3, 1200, timeout=2, comparator=operator.gt)
|
||||
self.wait_servo_channel_value(3, 1200, timeout=5, comparator=operator.gt)
|
||||
|
||||
self.progress("Waiting for climb to cutoff altitude")
|
||||
alt_ctf = self.get_parameter('SOAR_ALT_CUTOFF')
|
||||
|
Loading…
Reference in New Issue
Block a user