added delay before starting ping process

This commit is contained in:
fros4943 2009-11-14 10:58:28 +00:00
parent 721a698a24
commit d71fe1d25f
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ WAIT_UNTIL(msg.contains('Telnet server'));
/* override simulation delay, test times out is too fast otherwise */
mote.getSimulation().setDelayTime(1);
GENERATE_MSG(5000, "continue");
WAIT_UNTIL(msg.equals("continue"));
log.log("Starting ping process\n");
/* start ping process */
var runnableObj = new Object();
runnableObj.run = function() {