From 6862862422e805ec27822602c8cee15844401d69 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sat, 15 May 2021 17:52:50 +0200 Subject: sys-auth/sssd: run tests verbose and give them more time Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann --- sys-auth/sssd/sssd-2.5.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-auth') diff --git a/sys-auth/sssd/sssd-2.5.0.ebuild b/sys-auth/sssd/sssd-2.5.0.ebuild index 4242b9b973eb..7c0f2d73dd13 100644 --- a/sys-auth/sssd/sssd-2.5.0.ebuild +++ b/sys-auth/sssd/sssd-2.5.0.ebuild @@ -219,7 +219,10 @@ multilib_src_compile() { } multilib_src_test() { - multilib_is_native_abi && emake check + if multilib_is_native_abi; then + local -x CK_TIMEOUT_MULTIPLIER=10 + emake check VERBOSE=yes + fi } multilib_src_install() { -- cgit v1.2.3-65-gdbad