Browse Source

autotest: increase timeout on avoidance-corners test

Race conditions can mean angles are less than expected
c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
987466bc3d
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -4832,7 +4832,7 @@ class AutoTestCopter(AutoTest): @@ -4832,7 +4832,7 @@ class AutoTestCopter(AutoTest):
0,
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);
east_loc = mavutil.location(-35.363013,
149.165194,

Loading…
Cancel
Save