diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-07-08 21:30:07 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-07-08 21:32:45 -0400 |
commit | c75b687ef09f4ebb1287a28be60dc441c9b46486 (patch) | |
tree | b00c66b7767a7af774dc4374ba8d4b1eaf4a0609 /www-client/epiphany | |
parent | media-libs/libshumate: Version bump to 1.0.4 (diff) | |
download | gentoo-c75b687ef09f4ebb1287a28be60dc441c9b46486.tar.gz gentoo-c75b687ef09f4ebb1287a28be60dc441c9b46486.tar.bz2 gentoo-c75b687ef09f4ebb1287a28be60dc441c9b46486.zip |
www-client/epiphany: Remove timeout multiplier
I added this for debugging and mistakenly left it in.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/epiphany-44.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/epiphany/epiphany-44.5.ebuild b/www-client/epiphany/epiphany-44.5.ebuild index 8af546e9bfe1..08712d0db0e2 100644 --- a/www-client/epiphany/epiphany-44.5.ebuild +++ b/www-client/epiphany/epiphany-44.5.ebuild @@ -68,7 +68,7 @@ src_configure() { } src_test() { - virtx meson_src_test --timeout-multiplier=30 + virtx meson_src_test } pkg_postinst() { |