mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
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
This commit is contained in:
parent
d4ff180b29
commit
f606fe727a
@ -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…
Reference in New Issue
Block a user