test-tcp_bulk_lwip: increase timeout value

Fixes #3604
This commit is contained in:
Christian Prochaska 2020-01-10 19:41:24 +01:00 committed by Christian Helmuth
parent 746d373362
commit 4fc6c4ff5c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<requires> <timer/> </requires>
<events>
<timeout meaning="failed" sec="40" />
<timeout meaning="failed" sec="100" />
<log meaning="succeeded">child "recv" exited with exit value 0</log>
</events>