test: increase timeout for test-async

The test calls sync(). So, on the heavy io system, the 30s default
can be easily exceeded.
This commit is contained in:
Yu Watanabe
2017-12-05 16:21:16 +09:00
parent 7f59dd3566
commit a28b956732

View File

@@ -155,7 +155,8 @@ tests += [
[['src/test/test-async.c'],
[],
[]],
[],
'', 'timeout=120'],
[['src/test/test-locale-util.c'],
[],