mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
increased timeout due to better timing in new version of MSPSim
This commit is contained in:
parent
3e41c7d564
commit
1f9642039e
@ -87,7 +87,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
se.sics.cooja.plugins.ScriptRunner
|
se.sics.cooja.plugins.ScriptRunner
|
||||||
<plugin_config>
|
<plugin_config>
|
||||||
<script>TIMEOUT(120000, log.log("timeout at phase " + phase + ". last message: " + msg + "\n"));
|
<script>TIMEOUT(360000, log.log("timeout at phase " + phase + ". last message: " + msg + "\n"));
|
||||||
phase=0;
|
phase=0;
|
||||||
|
|
||||||
/* Wait until node has booted */
|
/* Wait until node has booted */
|
||||||
|
Loading…
Reference in New Issue
Block a user