commit:     26484721def273b718277e67a7ceec7cb4c5988b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 20:55:29 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 20:59:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26484721

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 <mattst88 <AT> gentoo.org>

 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 b3d002804a6..58862e4166b 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() {

Reply via email to