summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-11-23 17:12:34 +0100
committerGard Spreemann <gspr@nonempty.org>2022-11-23 17:12:34 +0100
commitfa4c5a57782c0d06cc0cf32fc496ba1e102bc926 (patch)
tree7dc87271eb95e7591cb33f53eb0b68b75f04b081
parent0ec37ab0a051bcf4ae05a737e4f2c317569c60ae (diff)
Increase timeout limit for build-time testsdebian/0.8.4-2
The tests (just barely) time out on some buildds under Meson's default settings.
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules3
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c03a8e4..df93a4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+waypipe (0.8.4-2) unstable; urgency=medium
+
+ * Increase timeout limit for build-time tests. (Closes: #1011322)
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 23 Nov 2022 17:11:16 +0100
+
waypipe (0.8.4-1) unstable; urgency=medium
* New upstream version.
diff --git a/debian/rules b/debian/rules
index bff520c..04af87a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,6 @@ else ifeq ($(DEB_HOST_ARCH), arm64)
else
dh_auto_configure -- -Dwith_avx2=false -Dwith_avx512f=false -Dwith_neon_opts=false -Dwith_sse3=false
endif
+
+override_dh_auto_test:
+ dh_auto_test -- --timeout-multiplier 10