meson: increase timeout for parse_hwdb.py test to 90 s

Fixes #5846.
This commit is contained in:
Michael Biebl
2017-06-24 19:24:20 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent 7e867138f5
commit 939c43012a

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)
############################################################