From: Zbigniew Jędrzejewski-Szmek Date: Sun, 26 Nov 2017 12:20:08 +0000 (+0100) Subject: test: increase the timeout for hwdb-test X-Git-Tag: v236~110^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7472%2Fhead;p=thirdparty%2Fsystemd.git test: increase the timeout for hwdb-test This test does a lot of mmap/madvise/unmmap, which is slow under address sanitizer. Just increase the timeout to avoid spurious failure. --- diff --git a/test/meson.build b/test/meson.build index 8f0c6ab9095..33fa28e3c46 100644 --- a/test/meson.build +++ b/test/meson.build @@ -219,5 +219,6 @@ test('udev-test', if conf.get('ENABLE_HWDB') == 1 hwdb_test_sh = find_program('hwdb-test.sh') test('hwdb-test', - hwdb_test_sh) + hwdb_test_sh, + timeout : 90) endif