From: Peter Hutterer Date: Wed, 26 Jun 2019 07:05:41 +0000 (+1000) Subject: meson: increase the test time for the selftest suite X-Git-Tag: 1.13.901~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=523c82abb5b14441201aaf78109a74694842693b;p=platform%2Fupstream%2Flibinput.git meson: increase the test time for the selftest suite Because it's timing out on the XPS Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index 3523657..315632a 100644 --- a/meson.build +++ b/meson.build @@ -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',