Skip to content

Commit

Permalink
Increase test timeouts (#131)
Browse files Browse the repository at this point in the history
Resolves: #130

Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com>
  • Loading branch information
sarroutbi authored Jan 8, 2024
1 parent 100265e commit a5ed6b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/meson.build
Original file line number Diff line number Diff line change
@@ -40,10 +40,10 @@ if socat.found()
env.set('SOCAT', socat.path())
endif

test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 60)
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)
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)

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

0 comments on commit a5ed6b0

Please sign in to comment.