From cf04a0138956e1a04cd80e0fffa6309f6fa2d6bc Mon Sep 17 00:00:00 2001 From: Rishabh Date: Tue, 21 Jul 2020 22:32:37 +0530 Subject: [PATCH] Tools: Increase timeout for avoidance autotest --- Tools/autotest/arducopter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index d733921a7e..5ff894be97 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -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()