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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-11-09 10:10:58 +10:00
parent b033bc2677
commit 51ffff3673

View 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