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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-11-26 13:20:08 +01:00
parent 76b38997c9
commit 3113b5aca0
1 changed files with 2 additions and 1 deletions

View 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