We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100265e commit a5ed6b0Copy full SHA for a5ed6b0
tests/meson.build
@@ -40,10 +40,10 @@ if socat.found()
40
env.set('SOCAT', socat.path())
41
endif
42
43
-test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 60)
44
-test('adv-socat', find_program('adv-socat'), env: env, timeout: 60)
45
-test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 60)
46
-test('rec-socat', find_program('rec-socat'), env: env)
47
-test('test-keys', test_keys, env: env, timeout: 60)
+test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 360)
+test('adv-socat', find_program('adv-socat'), env: env, timeout: 360)
+test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 360)
+test('rec-socat', find_program('rec-socat'), env: env, timeout: 360)
+test('test-keys', test_keys, env: env, timeout: 360)
48
49
# vim:set ts=2 sw=2 et:
0 commit comments