projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40868cd
)
x11-libs/pixman: Run the test suite with a longer timeout
author
Matt Turner
<mattst88@gentoo.org>
Sun, 7 Apr 2019 20:55:29 +0000
(13:55 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/x11-libs/pixman/pixman-9999.ebuild
b/x11-libs/pixman/pixman-9999.ebuild
index b3d002804a6e170d36053516d6c37e6ef8b0f68a..58862e4166be36a08ccff14dbd955807d53265a9 100644
(file)
--- 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() {