From 2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 29 Jul 2018 00:43:37 +0300 Subject: [PATCH] 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 --- media-libs/grilo/grilo-0.3.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/grilo/grilo-0.3.6.ebuild b/media-libs/grilo/grilo-0.3.6.ebuild index f94923394370..74dbd08d841b 100644 --- a/media-libs/grilo/grilo-0.3.6.ebuild +++ b/media-libs/grilo/grilo-0.3.6.ebuild @@ -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() { -- 2.26.2