x11-libs/pixman: Run the test suite with a longer timeout
authorMatt Turner <mattst88@gentoo.org>
Sun, 7 Apr 2019 20:55:29 +0000 (13:55 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sun, 7 Apr 2019 20:59:22 +0000 (13:59 -0700)
Standard Meson test timeout is too short for slow ARM/iwMMXt and
MIPS/Loongson systems.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-libs/pixman/pixman-9999.ebuild

index b3d002804a6e170d36053516d6c37e6ef8b0f68a..58862e4166be36a08ccff14dbd955807d53265a9 100644 (file)
@@ -51,7 +51,7 @@ multilib_src_compile() {
 }
 
 multilib_src_test() {
-       meson_src_test
+       meson test -v -C "${BUILD_DIR}" -t 100
 }
 
 multilib_src_install() {