From: <mar...@us...> - 2008-02-27 23:37:47
|
Revision: 136 http://gridsim.svn.sourceforge.net/gridsim/?rev=136&view=rev Author: marcos_dias Date: 2008-02-27 15:37:51 -0800 (Wed, 27 Feb 2008) Log Message: ----------- Small changes in the allocation policies. They do not affect any simulation results obtained with the previous versions. Modified Paths: -------------- branches/gridsim4.0-branch3/source/gridsim/GridSim.java Modified: branches/gridsim4.0-branch3/source/gridsim/GridSim.java =================================================================== --- branches/gridsim4.0-branch3/source/gridsim/GridSim.java 2008-02-27 23:36:05 UTC (rev 135) +++ branches/gridsim4.0-branch3/source/gridsim/GridSim.java 2008-02-27 23:37:51 UTC (rev 136) @@ -806,7 +806,7 @@ public static void smallPause(){ Sim_system.pauseSimulation(); try { - Thread.currentThread().sleep(500); + Thread.currentThread().sleep(300); } catch (InterruptedException e) { System.out.println("GridSim.smallPause() :" + " Exception while making small pause in the simulation."); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |