diff options
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/test_roscpp/test_roscpp-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild index 39bfc4bf09a4..6162bbe7696c 100644 --- a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild +++ b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild @@ -32,5 +32,7 @@ PATCHES=( "${FILESDIR}/tests.patch" ) src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test + # Sometimes high number of tests running in parallel make them fail + # https://bugs.gentoo.org/738620 + ros-catkin_src_test -j 1 } diff --git a/dev-ros/test_roscpp/test_roscpp-9999.ebuild b/dev-ros/test_roscpp/test_roscpp-9999.ebuild index 39bfc4bf09a4..6162bbe7696c 100644 --- a/dev-ros/test_roscpp/test_roscpp-9999.ebuild +++ b/dev-ros/test_roscpp/test_roscpp-9999.ebuild @@ -32,5 +32,7 @@ PATCHES=( "${FILESDIR}/tests.patch" ) src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test + # Sometimes high number of tests running in parallel make them fail + # https://bugs.gentoo.org/738620 + ros-catkin_src_test -j 1 } |