test-init: increase timeout

The original timeout is one second too short to let the test pass on
NOVA/32bit. This patch increases the timeout by 10 seconds.
This commit is contained in:
Norman Feske 2019-02-06 10:19:00 +01:00
parent ddacb1400c
commit 9e9614af13

View File

@ -3,7 +3,7 @@
<requires> <timer/> </requires>
<events>
<timeout meaning="failed" sec="320" />
<timeout meaning="failed" sec="330" />
<log meaning="succeeded">child "test-init" exited with exit value 0</log>
</events>