mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: Increase timeout for avoidance autotest
This commit is contained in:
parent
0b112981f9
commit
cf04a01389
@ -4591,7 +4591,7 @@ class AutoTestCopter(AutoTest):
|
||||
0)
|
||||
self.wait_location(east_loc, accuracy=6)
|
||||
self.reach_heading_manual(225);
|
||||
self.wait_location(west_loc, accuracy=6)
|
||||
self.wait_location(west_loc, accuracy=6, timeout =200)
|
||||
self.set_rc(2, 1500)
|
||||
self.do_RTL()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user