mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-05 19:18:03 +02:00
meson: increase the test time for the selftest suite
Because it's timing out on the XPS Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
61553432b0
commit
523c82abb5
1 changed files with 2 additions and 1 deletions
|
|
@ -826,7 +826,8 @@ if get_option('tests')
|
|||
install : false)
|
||||
test('test-litest-selftest',
|
||||
test_litest_selftest,
|
||||
suite : ['all'])
|
||||
suite : ['all'],
|
||||
timeout : 100)
|
||||
|
||||
def_LT_VERSION = '-DLIBINPUT_LT_VERSION="@0@:@1@:@2@"'.format(libinput_lt_c, libinput_lt_r, libinput_lt_a)
|
||||
test_library_version = executable('test-library-version',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue