From: Yu Watanabe Date: Fri, 3 Mar 2023 04:22:27 +0000 (+0900) Subject: meson: extend timeout for test-time-util X-Git-Tag: v254-rc1~1127^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b66b3c409900a77b3da7b366ae5a0179abacea99;p=thirdparty%2Fsystemd.git meson: extend timeout for test-time-util The test forks so many child processes, and may hit the default time limit on slow environment or running with sanitizers. --- diff --git a/src/test/meson.build b/src/test/meson.build index dc9e95a7bdd..ae4c3f13aa8 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -156,7 +156,6 @@ simple_tests += files( 'test-strxcpyx.c', 'test-sysctl-util.c', 'test-terminal-util.c', - 'test-time-util.c', 'test-tmpfile-util.c', 'test-tmpfiles.c', 'test-tpm2.c', @@ -501,6 +500,10 @@ tests += [ udev_includes, ], }, + { + 'sources' : files('test-time-util.c'), + 'timeout' : 120, + }, { 'sources' : files('test-udev.c'), 'link_with' : [