Skip to content

Commit 6744f45

Browse files
committed
autotest: fixed marginal test WPNAV_SPEED_DN
this test completed at 59s before the baro change, and needs 62s afterwards with the slight change in atmospheric modelling increase to 70s so it doesn't flap
1 parent 3ce70f5 commit 6744f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/autotest/arducopter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3780,7 +3780,7 @@ def WPNAV_SPEED_DN(self):
37803780

37813781
minimum_duration = 5
37823782

3783-
self.takeoff(500, timeout=60)
3783+
self.takeoff(500, timeout=70)
37843784
self.change_mode('AUTO')
37853785

37863786
start_speed_ms = self.get_parameter('WPNAV_SPEED_DN') / 100.0

0 commit comments

Comments
 (0)