Fix the example stop time to make regression tests pass again
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 15 Sep 2009 12:58:31 +0100
changeset 5212 d94f1040684c
parent 5211 36838195150a
child 5213 9f9acf33660f
Fix the example stop time to make regression tests pass again
examples/simple-global-routing.cc
--- a/examples/simple-global-routing.cc	Tue Sep 15 11:35:21 2009 +0100
+++ b/examples/simple-global-routing.cc	Tue Sep 15 12:58:31 2009 +0100
@@ -159,7 +159,7 @@
     }  
 
   NS_LOG_INFO ("Run Simulation.");
-  Simulator::Stop (Seconds (10));
+  Simulator::Stop (Seconds (11));
   Simulator::Run ();
   NS_LOG_INFO ("Done.");