Skip to content

Commit

Permalink
meson: increase timeout for the option parsing test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
whot committed Nov 9, 2018
1 parent b033bc2 commit 51ffff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51ffff3

Please sign in to comment.