From a28b9567321972b0cfc5babb0acc83f8b3cdb5d2 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 5 Dec 2017 16:21:16 +0900 Subject: [PATCH] test: increase timeout for test-async The test calls sync(). So, on the heavy io system, the 30s default can be easily exceeded. --- src/test/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/meson.build b/src/test/meson.build index efaa259..327c285 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'], [], -- 2.7.4