From 51ffff36738c1ca9d4d711d43a5869402e6f43dd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 9 Nov 2018 10:10:58 +1000 Subject: [PATCH] meson: increase timeout for the option parsing test I've had runs with up to 50s, so let's cap it at 2 minutes. Signed-off-by: Peter Hutterer --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 321e625..7890182 100644 --- a/meson.build +++ b/meson.build @@ -603,7 +603,8 @@ executable('ptraccel-debug', if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimized' test('tool-option-parsing', find_program('tools/test-tool-option-parsing.py'), - args : [libinput_tool.full_path()]) + args : [libinput_tool.full_path()], + timeout : 120) endif # the libinput tools check whether we execute from the builddir, this is -- 2.7.4