mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
77e5236278
It was observed from a log of a failed CI test that the ACK from clearing the rally items took 6 wallclock seconds to arrive. We were not waiting for that ACK to arrive before sending the request for the mission item count, but if it has taken more than six seconds for the ACK to arrive it is reasonable to assume that MISSION_COUNT could very well take more than the 10 seconds we allow for it. If we drain the mav before sending the request for the mission count we should remove any signficiant timing problem due to a backlog of mavlnk messages, but the amount of traffic here is problematic. Also drain in lots of other places where we might be spending way too long parsing messages. |
||
---|---|---|
.. | ||
aircraft | ||
ArduCopter_Tests | ||
ArduPlane_Tests | ||
ArduRover_Tests | ||
ArduSub_Tests | ||
default_params | ||
Generic_Missions | ||
jsb_sim | ||
logger_metadata | ||
param_metadata | ||
pysim | ||
template | ||
web | ||
web-firmware | ||
win_sitl | ||
XPlane | ||
__init__.py | ||
antennatracker.py | ||
arducopter.py | ||
arduplane.py | ||
ardusub.py | ||
autotest.py | ||
balancebot.py | ||
bisect-helper.py | ||
build-with-disabled-features.py | ||
common.py | ||
examples.py | ||
fakepos.py | ||
fg_plane_view.bat | ||
fg_plane_view.sh | ||
fg_quad_view.bat | ||
fg_quad_view.sh | ||
junit.xml | ||
locations.txt | ||
quadplane.py | ||
README | ||
rover.py | ||
run_in_terminal_window.sh | ||
sim_vehicle.py | ||
swarminit.txt |
This is an automated test suite for APM