Skip to content

Commit

Permalink
autotest: fixed marginal test WPNAV_SPEED_DN
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tridge authored and peterbarker committed May 7, 2024
1 parent 04c3770 commit e5a2ba3
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 @@ -3780,7 +3780,7 @@ def WPNAV_SPEED_DN(self):

minimum_duration = 5

self.takeoff(500, timeout=60)
self.takeoff(500, timeout=70)
self.change_mode('AUTO')

start_speed_ms = self.get_parameter('WPNAV_SPEED_DN') / 100.0
Expand Down

0 comments on commit e5a2ba3

Please sign in to comment.