increased esb helloworld test timeout

This commit is contained in:
fros4943 2010-01-22 13:12:31 +00:00
parent bdda5f1c29
commit de93c85292
1 changed files with 1 additions and 1 deletions

View File

@ -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>