Browse Source

Tools: conditional-yaw test timeout increased

the request is to rotate 360deg at 10deg/sec but the timeout is only 30sec.  We need at least 36
gps-1.3.1
Randy Mackay 3 years ago
parent
commit
f606fe727a
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -7190,7 +7190,7 @@ class AutoTestCopter(AutoTest): @@ -7190,7 +7190,7 @@ class AutoTestCopter(AutoTest):
0, # p6
0, # p7
)
self.wait_heading(target, minimum_duration=2)
self.wait_heading(target, minimum_duration=2, timeout=50)
degsecond = 2

Loading…
Cancel
Save