mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AutoTest: reduce time of copter fly_circle
Circle_Rate parameter was increased so we can reduce the time of the test
This commit is contained in:
parent
eaa0e36954
commit
f7f575eb58
@ -427,7 +427,7 @@ def fly_simple(mavproxy, mav, side=100, timeout=120):
|
||||
return not failed
|
||||
|
||||
#fly_circle - flies a circle with 20m radius
|
||||
def fly_circle(mavproxy, mav, maxaltchange=10, holdtime=72):
|
||||
def fly_circle(mavproxy, mav, maxaltchange=10, holdtime=36):
|
||||
|
||||
'''hold loiter position'''
|
||||
mavproxy.send('switch 5\n') # loiter mode
|
||||
|
Loading…
Reference in New Issue
Block a user