Skip to content

Commit a5ed6b0

Browse files
authored
Increase test timeouts (#131)
Resolves: #130 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 100265e commit a5ed6b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/meson.build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ if socat.found()
4040
env.set('SOCAT', socat.path())
4141
endif
4242

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)
43+
test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 360)
44+
test('adv-socat', find_program('adv-socat'), env: env, timeout: 360)
45+
test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 360)
46+
test('rec-socat', find_program('rec-socat'), env: env, timeout: 360)
47+
test('test-keys', test_keys, env: env, timeout: 360)
4848

4949
# vim:set ts=2 sw=2 et:

0 commit comments

Comments
 (0)