summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Fischl <github@fischl-online.de>2023-11-06 08:15:25 +0100
committerSam James <sam@gentoo.org>2023-11-22 17:27:05 +0000
commit41a628797163503286e7965c146695020449a4c7 (patch)
tree2aeb14255b913fc4ab1e252e141551dc250891f4 /app-backup
parentmedia-libs/libavif: wire up tests (diff)
downloadgentoo-41a628797163503286e7965c146695020449a4c7.tar.gz
gentoo-41a628797163503286e7965c146695020449a4c7.tar.bz2
gentoo-41a628797163503286e7965c146695020449a4c7.zip
app-backup/burp: fix test #915690
Closes: https://bugs.gentoo.org/915690 Signed-off-by: Anton Fischl <github@fischl-online.de> Closes: https://github.com/gentoo/gentoo/pull/33686 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/burp/burp-3.1.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-backup/burp/burp-3.1.4.ebuild b/app-backup/burp/burp-3.1.4.ebuild
index 95d8bcc462d2..cf765ee3762e 100644
--- a/app-backup/burp/burp-3.1.4.ebuild
+++ b/app-backup/burp/burp-3.1.4.ebuild
@@ -59,8 +59,9 @@ src_configure() {
}
src_test() {
- # See https://github.com/grke/burp/issues/869
- local -x CK_DEFAULT_TIMEOUT=10
+ # See https://bugs.gentoo.org/915690
+ local -x CK_DEFAULT_TIMEOUT=0
+ local -x CK_TIMEOUT_MULTIPLIER=0
default
}