commit: 6862862422e805ec27822602c8cee15844401d69 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat May 15 15:52:50 2021 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat May 15 16:05:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68628624
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 <whissi <AT> gentoo.org> sys-auth/sssd/sssd-2.5.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.5.0.ebuild b/sys-auth/sssd/sssd-2.5.0.ebuild index 4242b9b973e..7c0f2d73dd1 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() {