mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 00:30:05 +01:00
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:
parent
b033bc2677
commit
51ffff3673
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue