From 26484721def273b718277e67a7ceec7cb4c5988b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 7 Apr 2019 13:55:29 -0700 Subject: [PATCH] x11-libs/pixman: Run the test suite with a longer timeout Standard Meson test timeout is too short for slow ARM/iwMMXt and MIPS/Loongson systems. Signed-off-by: Matt Turner --- x11-libs/pixman/pixman-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index b3d002804a6e..58862e4166be 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -51,7 +51,7 @@ multilib_src_compile() { } multilib_src_test() { - meson_src_test + meson test -v -C "${BUILD_DIR}" -t 100 } multilib_src_install() { -- 2.26.2