Fix the example stop time to make regression tests pass again

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-09-15 12:58:31 +01:00
parent 4fff24300a
commit fe07997f95

View File

@@ -159,7 +159,7 @@ main (int argc, char *argv[])
}
NS_LOG_INFO ("Run Simulation.");
Simulator::Stop (Seconds (10));
Simulator::Stop (Seconds (11));
Simulator::Run ();
NS_LOG_INFO ("Done.");