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:
Allan McRae 2020-01-16 16:58:50 +10:00
parent 0965023fc5
commit 75bf8e887c

View file

@ -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