diff --git a/examples/simple-point-to-point-olsr.cc b/examples/simple-point-to-point-olsr.cc index ee2fa6a51..4da6a399f 100644 --- a/examples/simple-point-to-point-olsr.cc +++ b/examples/simple-point-to-point-olsr.cc @@ -212,8 +212,8 @@ main (int argc, char *argv[]) pcaptrace.TraceAllIp (); NS_LOG_INFO ("Run Simulation."); - Simulator::StopAt (Seconds (300)); - Simulator::Run (); + Simulator::StopAt (Seconds (30)); + Simulator::Run (); Simulator::Destroy (); NS_LOG_INFO ("Done."); }