1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-24 06:04:05 +03:00

Merge pull request #6189 from keszybz/parse-hwdb-timeout

meson: increase timeout for parse_hwdb.py test to 90 s
This commit is contained in:
Michael Biebl 2017-06-25 04:01:25 +02:00 committed by GitHub
commit 40b6b81372

View File

@ -33,7 +33,8 @@ endif
parse_hwdb_py = find_program('parse_hwdb.py')
test('parse-hwdb',
parse_hwdb_py)
parse_hwdb_py,
timeout : 90)
############################################################