]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: increase the timeout for hwdb-test 7472/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 26 Nov 2017 12:20:08 +0000 (13:20 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 26 Nov 2017 14:07:53 +0000 (15:07 +0100)
This test does a lot of mmap/madvise/unmmap, which is slow under address sanitizer.
Just increase the timeout to avoid spurious failure.

test/meson.build

index 8f0c6ab9095f47e5ca78181205facc384abb3e0d..33fa28e3c460deb6d693835d3fd0ece781076b29 100644 (file)
@@ -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