tag 987370 + patch
thanks

Hi,

Please find attached a small patch which increase the timeout only for armhf.

Best,
Dylan
From: Dylan Aïssi <dylan.ai...@collabora.com>
Date: Thu, 10 Jun 2021 16:53:36 +0200
Subject: [PATCH] Increase dh_auto_test timeout for slow arch (Closes: #987370)

---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 218df65..e7c5ca0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# Increase dh_auto_test timeout for slow arch
+# https://bugs.debian.org/987370
+include /usr/share/dpkg/architecture.mk
+ifeq ($(DEB_BUILD_ARCH),armhf)
+  export TAP_TIMEOUT=50
+endif
+
 %:
 	dh $@
-- 
2.30.2

Reply via email to