From f450df18b09177357573fcdbeba52e0d89d5175e Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 1 Apr 2020 19:48:26 +1100 Subject: [PATCH] autotest: allow more time to loiter to ne in precision test --- 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 45d3f6efee..94db98e321 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -2972,7 +2972,7 @@ class AutoTestCopter(AutoTest): # print('r=%f p=%f y=%f' % (m.roll, m.pitch, m.yaw)) return vector - x - def loiter_to_ne(self, x, y, z, timeout=30): + def loiter_to_ne(self, x, y, z, timeout=40): dest = rotmat.Vector3(x, y, z) tstart = self.get_sim_time() while True: