autotest: increase timeout on avoidance-corners test

Race conditions can mean angles are less than expected
This commit is contained in:
Peter Barker 2021-01-13 10:12:44 +11:00 committed by Peter Barker
parent fdb5b5e6d6
commit 987466bc3d

View File

@ -4832,7 +4832,7 @@ class AutoTestCopter(AutoTest):
0, 0,
0) 0)
self.reach_heading_manual(0); self.reach_heading_manual(0);
self.wait_location(north_loc, accuracy=6) self.wait_location(north_loc, accuracy=6, timeout=200)
self.reach_heading_manual(90); self.reach_heading_manual(90);
east_loc = mavutil.location(-35.363013, east_loc = mavutil.location(-35.363013,
149.165194, 149.165194,