summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2023-11-28 21:49:06 -0500
committerSam James <sam@gentoo.org>2023-11-29 04:21:07 +0000
commit8d58cbcb2637204926be7d4f64ab3d9494d64e70 (patch)
treee8fb26bb8b1f691c7ed4c63eec84d32472aaea51
parentnet-irc/irssi: Stabilize 1.4.4-r1 hppa, #913588 (diff)
downloadgentoo-8d58cbcb2637204926be7d4f64ab3d9494d64e70.tar.gz
gentoo-8d58cbcb2637204926be7d4f64ab3d9494d64e70.tar.bz2
gentoo-8d58cbcb2637204926be7d4f64ab3d9494d64e70.zip
media-libs/lcms: increase test timeout
Bug: https://bugs.gentoo.org/913067 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/lcms/lcms-2.15.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/media-libs/lcms/lcms-2.15.ebuild b/media-libs/lcms/lcms-2.15.ebuild
index fbcb0e29ee9b..af55ac196522 100644
--- a/media-libs/lcms/lcms-2.15.ebuild
+++ b/media-libs/lcms/lcms-2.15.ebuild
@@ -43,6 +43,11 @@ multilib_src_configure() {
meson_src_configure
}
+multilib_src_test() {
+ # fast_float_testbed on hppa -> 1458s from default timeout of 600, #913067
+ meson_src_test --timeout-mutliplier=3
+}
+
multilib_src_install_all() {
use doc && dodoc doc/*.pdf
}