Package: tang
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu noble ubuntu-patch
Dear Maintainer,
in Launchpad timeouts occured in the adv-socat tests.
* Increase timeout for the adv-socat test (LP: #2048479)
d/p/ubuntu/adv_socat_test_timeout.patch
Thanks for considering the patch.
-- System Information:
Debian Release: trixie/sid
APT prefers noble
APT policy: (500, 'noble')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.6.0-14-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru tang-14/debian/patches/series tang-14/debian/patches/series
--- tang-14/debian/patches/series 2023-07-04 20:26:54.000000000 +0200
+++ tang-14/debian/patches/series 2024-01-08 00:41:03.000000000 +0100
@@ -10,3 +10,6 @@
debian/2021-09-30.use-var-lib.patch
debian/2021-09-30.xinetd-support.patch
debian/2023-07-04.test-timeout.patch
+
+# patches for Ubuntu
+ubuntu/adv_socat_test_timeout.patch
diff -Nru tang-14/debian/patches/ubuntu/adv_socat_test_timeout.patch
tang-14/debian/patches/ubuntu/adv_socat_test_timeout.patch
--- tang-14/debian/patches/ubuntu/adv_socat_test_timeout.patch 1970-01-01
01:00:00.000000000 +0100
+++ tang-14/debian/patches/ubuntu/adv_socat_test_timeout.patch 2024-01-08
01:26:38.000000000 +0100
@@ -0,0 +1,18 @@
+Subject: Increase timeout for the adv-socat test
+Author: Heinrich Schuchardt <[email protected]>
+Date: 2024-01-08
+Forwarded: yes
+
+The adv-socat test tends to often fail on armhf due to timeouts.
+
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -41,7 +41,7 @@
+ endif
+
+ test('adv-standalone', find_program('adv-standalone'), env: env, timeout:
1200)
+-test('adv-socat', find_program('adv-socat'), env: env, timeout: 60)
++test('adv-socat', find_program('adv-socat'), env: env, timeout: 1200)
+ test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 60)
+ test('rec-socat', find_program('rec-socat'), env: env)
+ test('test-keys', test_keys, env: env, timeout: 60)