summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-12-05 16:21:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2017-12-05 16:21:16 +0900
commita28b9567321972b0cfc5babb0acc83f8b3cdb5d2 (patch)
treecd83f092a2fa0bc8ab1a996fc56a680543721614 /src/test/meson.build
parent7f59dd3566eefc628dcaab2809e0e548c3a97eb5 (diff)
downloadsystemd-a28b9567321972b0cfc5babb0acc83f8b3cdb5d2.tar.gz
systemd-a28b9567321972b0cfc5babb0acc83f8b3cdb5d2.tar.bz2
systemd-a28b9567321972b0cfc5babb0acc83f8b3cdb5d2.zip
test: increase timeout for test-async
The test calls sync(). So, on the heavy io system, the 30s default can be easily exceeded.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index efaa259d76..327c2859e8 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'],
[],