From: Michael Biebl Date: Sat, 24 Jun 2017 23:24:20 +0000 (-0400) Subject: meson: increase timeout for parse_hwdb.py test to 90 s X-Git-Tag: v234~100^2 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=939c43012a80028333d78f86cc565d0af627751e meson: increase timeout for parse_hwdb.py test to 90 s Fixes #5846. --- diff --git a/hwdb/meson.build b/hwdb/meson.build index 1f018111ed0..74a93f9ccb5 100644 --- a/hwdb/meson.build +++ b/hwdb/meson.build @@ -33,7 +33,8 @@ endif parse_hwdb_py = find_program('parse_hwdb.py') test('parse-hwdb', - parse_hwdb_py) + parse_hwdb_py, + timeout : 90) ############################################################