summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-01-16 07:58:50 +0100
committerAllan McRae <allan@archlinux.org>2020-01-27 08:53:50 +0100
commit75bf8e887cd9fe0f6ba1eb2b6554dbfbcda0294a (patch)
tree8d0f910a6294baffd2115f23f10c7a9eb8c7434b
parent0965023fc57495ca819127eee1d7e881e1ed7c3c (diff)
downloadpacman-75bf8e887cd9fe0f6ba1eb2b6554dbfbcda0294a.tar.gz
pacman-75bf8e887cd9fe0f6ba1eb2b6554dbfbcda0294a.tar.xz
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>
-rw-r--r--test/pacman/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/meson.build b/test/pacman/meson.build
index 4e87b4f3..9de4f5a1 100644
--- a/test/pacman/meson.build
+++ b/test/pacman/meson.build
@@ -352,5 +352,6 @@ foreach input : pacman_tests
PYTHON,
protocol : 'tap',
args : args,
+ timeout: 120,
depends : [pacman_bin])
endforeach