From: Frantisek Sumsal Date: Fri, 18 Jan 2019 21:32:42 +0000 (+0100) Subject: meson: bump timeout for test-udev to 180s X-Git-Tag: v241-rc1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb0e960448fce037f5b82b1829863da8ccbe636b;p=thirdparty%2Fsystemd.git meson: bump timeout for test-udev to 180s On some (mainly virtual) machines the last test takes more than 30 seconds, which causes unnecessary fails, as the test itself is working properly. --- diff --git a/test/meson.build b/test/meson.build index d98bfb80d2d..94903934a5c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -252,7 +252,8 @@ if perl.found() udev_test_pl = find_program('udev-test.pl') if want_tests != 'false' test('udev-test', - udev_test_pl) + udev_test_pl, + timeout : 180) endif else message('Skipping udev-test because perl is not available')