media-libs/grilo: restrict parallel tests
authorMart Raudsepp <leio@gentoo.org>
Sat, 28 Jul 2018 21:43:37 +0000 (00:43 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 28 Jul 2018 21:50:31 +0000 (00:50 +0300)
/net/throttling/small-delay is failing with parallel tests :(

Package-Manager: Portage-2.3.43, Repoman-2.3.10

media-libs/grilo/grilo-0.3.6.ebuild

index f94923394370fa48103566a3ffd141f19443e14b..74dbd08d841bc99b049820f7ab461af74cce948f 100644 (file)
@@ -71,7 +71,8 @@ src_configure() {
 }
 
 src_test() {
-       virtx emake check
+       # /net/throttling/small-delay can fail with parallel tests
+       virtx emake -j1 check
 }
 
 src_install() {