From: Yu Watanabe Date: Tue, 5 Dec 2017 07:21:16 +0000 (+0900) Subject: test: increase timeout for test-async X-Git-Tag: v236~68^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7542%2Fhead;p=thirdparty%2Fsystemd.git test: increase timeout for test-async The test calls sync(). So, on the heavy io system, the 30s default can be easily exceeded. --- diff --git a/src/test/meson.build b/src/test/meson.build index efaa259d763..327c2859e85 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -155,7 +155,8 @@ tests += [ [['src/test/test-async.c'], [], - []], + [], + '', 'timeout=120'], [['src/test/test-locale-util.c'], [],