Subject: Increase timeout for the adv-standalone test Author: Christoph Biedl 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)