From 523c82abb5b14441201aaf78109a74694842693b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 26 Jun 2019 17:05:41 +1000 Subject: [PATCH] meson: increase the test time for the selftest suite Because it's timing out on the XPS Signed-off-by: Peter Hutterer --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- 2.7.4