From: Matt Turner Date: Sun, 7 Apr 2019 20:55:29 +0000 (-0700) Subject: x11-libs/pixman: Run the test suite with a longer timeout X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=26484721def273b718277e67a7ceec7cb4c5988b;p=gentoo.git 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 --- 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() {