diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-08 19:37:10 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-08 19:39:05 -0400 |
commit | f598fe67394840ee8534a1d1fa011e223c11ff22 (patch) | |
tree | 9a0bbd55ccb397947b18d63d2c8d9f13b1be9ec9 /gui-libs | |
parent | sys-devel/gcc: add 11.4.1_p20230608 (diff) | |
download | gentoo-f598fe67394840ee8534a1d1fa011e223c11ff22.tar.gz gentoo-f598fe67394840ee8534a1d1fa011e223c11ff22.tar.bz2 gentoo-f598fe67394840ee8534a1d1fa011e223c11ff22.zip |
gui-libs/gtksourceview: Raise test timeout multiplier
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild b/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild index 8a4aabe00cda..c698ff461faf 100644 --- a/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild +++ b/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild @@ -58,7 +58,7 @@ src_configure() { src_test() { # Tests fail in test-regex with libpcre2[recursion-limit] - https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/255 # Ensured OK via USE dep, as it would mean issues in real usage for syntax highlighting as well - virtx meson_src_test --timeout-multiplier=2 + virtx meson_src_test --timeout-multiplier=5 } src_install() { |