meson: increase timeout for parse_hwdb.py test to 90 s
authorMichael Biebl <mbiebl@gmail.com>
Sat, 24 Jun 2017 23:24:20 +0000 (19:24 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 24 Jun 2017 23:24:20 +0000 (19:24 -0400)
Fixes #5846.

hwdb/meson.build

index 1f01811..74a93f9 100644 (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)
 
 ############################################################