Skip to content

Commit

Permalink
Increase test program/scripts timeout values
Browse files Browse the repository at this point in the history
Resolves: #110

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Jun 6, 2023
1 parent 33b9e0b commit 3490649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ foreach p: progs
if p == 'api_b64'
to = 1800
else
to = 30
to = 180
endif
test(p, exe, timeout: to)
endforeach

foreach s: scripts
exe = find_program('./' + s)
test(s, exe, env: e, timeout: 60)
test(s, exe, env: e, timeout: 900)
endforeach

subdir('issue-75')

0 comments on commit 3490649

Please sign in to comment.