]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: increase timeout for parse_hwdb.py test to 90 s 6189/head
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 1f018111ed048a5eaf0f7095adebfed5ce0331db..74a93f9ccb5dc1c5e440dcf3fac4742334a9920d 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)
 
 ############################################################