]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: increase timeout for test-async 7542/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 5 Dec 2017 07:21:16 +0000 (16:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 5 Dec 2017 07:21:16 +0000 (16:21 +0900)
The test calls sync(). So, on the heavy io system, the 30s default
can be easily exceeded.

src/test/meson.build

index efaa259d763bc567cde11fd99e8e1364466be344..327c2859e8592799cf5ce21de65b9c4102144c6c 100644 (file)
@@ -155,7 +155,8 @@ tests += [
 
         [['src/test/test-async.c'],
          [],
-         []],
+         [],
+         '', 'timeout=120'],
 
         [['src/test/test-locale-util.c'],
          [],