Skip to content

Commit 3490649

Browse files
committed
Increase test program/scripts timeout values
Resolves: #110 Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 33b9e0b commit 3490649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ foreach p: progs
3737
if p == 'api_b64'
3838
to = 1800
3939
else
40-
to = 30
40+
to = 180
4141
endif
4242
test(p, exe, timeout: to)
4343
endforeach
4444

4545
foreach s: scripts
4646
exe = find_program('./' + s)
47-
test(s, exe, env: e, timeout: 60)
47+
test(s, exe, env: e, timeout: 900)
4848
endforeach
4949

5050
subdir('issue-75')

0 commit comments

Comments
 (0)