Increase timeout of init test

The increased timeout takes the use of NOVA or seL4 on Qemu into
account.

Issue #3079
This commit is contained in:
Norman Feske 2018-12-11 16:06:58 +01:00
parent 8f1f4f2652
commit ed7dfddc5d

View File

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