ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Catkin build accepts the jobs flag: https://catkin-tools.readthedocs.io/en/latest/verbs/catkin_build.html#configuring-build-jobs

So adding -j1 as a parameter to catkin run_tests fixes the issue, as it forces the tests to run on one job.