summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-04-24 11:04:27 -0700
committerMatt Turner <mattst88@gentoo.org>2019-04-24 13:16:51 -0700
commit212606aeb25ba0e156d2a87af0dfd82da95d1e88 (patch)
treebad66684e79a12d35ca000c199bae751113e55d6 /media-libs/mesa/mesa-9999.ebuild
parentdev-qt/qtwebengine: Block broken sys-devel/binutils-2.31.1-r5 (diff)
downloadgentoo-212606aeb25ba0e156d2a87af0dfd82da95d1e88.tar.gz
gentoo-212606aeb25ba0e156d2a87af0dfd82da95d1e88.tar.bz2
gentoo-212606aeb25ba0e156d2a87af0dfd82da95d1e88.zip
media-libs/mesa: Increase test timeout
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 805c46d7a322..b8a32420fa6a 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -504,7 +504,7 @@ multilib_src_install_all() {
}
multilib_src_test() {
- meson_src_test
+ meson test -v -C "${BUILD_DIR}" -t 100
}
pkg_postinst() {