summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-26 13:20:08 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-26 15:07:53 +0100
commit3113b5aca09fdee94130709a391f330961c0cd04 (patch)
tree95cf71fbe1e5116e76dc9d839837089d4d5b2c08 /test
parenttest: increase timeout for test-journal-enum (diff)
downloadsystemd-3113b5aca09fdee94130709a391f330961c0cd04.tar.xz
systemd-3113b5aca09fdee94130709a391f330961c0cd04.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 8f0c6ab909..33fa28e3c4 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