Browse Source

Increase timeout for the adv-standalone test

Christoph Biedl 9 months ago
parent
commit
b73028fa74
2 changed files with 20 additions and 0 deletions
  1. 19 0
      debian/patches/debian/2023-07-04.test-timeout.patch
  2. 1 0
      debian/patches/series

+ 19 - 0
debian/patches/debian/2023-07-04.test-timeout.patch

@@ -0,0 +1,19 @@
+Subject: Increase timeout for the adv-standalone test
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Date: 2023-07-04
+Forwarded: https://github.com/latchset/tang/issues/130
+
+The mipsel buildd timed out and would probably have needed 80 seconds,
+on a fairly old hppa box the test take some whopping 643 seconds.
+
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -40,7 +40,7 @@
+   env.set('SOCAT', socat.path())
+ endif
+ 
+-test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 60)
++test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 1200)
+ test('adv-socat', find_program('adv-socat'), env: env, timeout: 60)
+ test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 60)
+ test('rec-socat', find_program('rec-socat'), env: env)

+ 1 - 0
debian/patches/series

@@ -9,3 +9,4 @@ for-upstream/2021-09-30.run-as-tang-user.patch
 debian/2021-04-19.non-usrmerged.patch
 debian/2021-09-30.use-var-lib.patch
 debian/2021-09-30.xinetd-support.patch
+debian/2023-07-04.test-timeout.patch