Increase meson test timeout
Running the testsuite using "PACTEST_VALGRIND=1 ninja test -C build", I ran into the following failure: 161/332 smoke001.py TIMEOUT 30.02 s I figure an i7 @ 3.10GHz should be enough to run our testsuite... so boost the meson test timeout to 120 seconds (which should be enough time for anyone...). Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
0965023fc5
commit
75bf8e887c
1 changed files with 1 additions and 0 deletions
|
@ -352,5 +352,6 @@ foreach input : pacman_tests
|
||||||
PYTHON,
|
PYTHON,
|
||||||
protocol : 'tap',
|
protocol : 'tap',
|
||||||
args : args,
|
args : args,
|
||||||
|
timeout: 120,
|
||||||
depends : [pacman_bin])
|
depends : [pacman_bin])
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Add table
Reference in a new issue