increased esb helloworld test timeout
This commit is contained in:
parent
bdda5f1c29
commit
de93c85292
|
@ -107,7 +107,7 @@
|
|||
<plugin>
|
||||
se.sics.cooja.plugins.ScriptRunner
|
||||
<plugin_config>
|
||||
<script>TIMEOUT(2000, log.log("last message: " + msg + "\n"));
|
||||
<script>TIMEOUT(5000, log.log("last message: " + msg + "\n"));
|
||||
|
||||
WAIT_UNTIL(msg.equals('Hello, world'));
|
||||
log.testOK();</script>
|
||||
|
|
Loading…
Reference in a new issue