mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-26 09:57:26 +03:00
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:
parent
76b38997c9
commit
3113b5aca0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user