Tools: Increase timeout for avoidance autotest

This commit is contained in:
Rishabh 2020-07-21 22:32:37 +05:30 committed by Randy Mackay
parent 0b112981f9
commit cf04a01389
1 changed files with 1 additions and 1 deletions

View File

@ -4591,7 +4591,7 @@ class AutoTestCopter(AutoTest):
0) 0)
self.wait_location(east_loc, accuracy=6) self.wait_location(east_loc, accuracy=6)
self.reach_heading_manual(225); 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.set_rc(2, 1500)
self.do_RTL() self.do_RTL()