meson: increase timeout for the option parsing test
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 9 Nov 2018 00:10:58 +0000 (10:10 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 9 Nov 2018 00:10:58 +0000 (10:10 +1000)
I've had runs with up to 50s, so let's cap it at 2 minutes.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build

index 321e625..7890182 100644 (file)
@@ -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