autotest: increase timeout on avoidance-corners test
Race conditions can mean angles are less than expected
This commit is contained in:
parent
fdb5b5e6d6
commit
987466bc3d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user