drop the arbitrary wait during creation (but not during startup)

only relevent to simulations, obviously
This commit is contained in:
jrandom
2004-08-08 19:26:44 +00:00
committed by zzz
parent 9cccd0bfc9
commit edf17d0a46

View File

@ -67,7 +67,7 @@ public class MultiRouter {
router.setKillVMOnEnd(false);
_routers.add(router);
_log.info("Router " + i + " created from " + args[i]);
try { Thread.sleep(2*1000); } catch (InterruptedException ie) {}
//try { Thread.sleep(2*1000); } catch (InterruptedException ie) {}
}
for (int i = 0; i < _routers.size(); i++) {