Fix the example stop time to make regression tests pass again
This commit is contained in:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user