From 939c43012a80028333d78f86cc565d0af627751e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 24 Jun 2017 19:24:20 -0400 Subject: [PATCH] meson: increase timeout for parse_hwdb.py test to 90 s Fixes #5846. --- hwdb/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ############################################################ -- 2.39.2