media-libs/grilo: restrict parallel tests

/net/throttling/small-delay is failing with parallel tests :(

Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Mart Raudsepp
2018-07-29 00:43:37 +03:00
parent abf46f6453
commit 2b1dd26ad8

View 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() {