Commit db095e8a authored by Julian Zobel's avatar Julian Zobel
Browse files

starting later gives time for the churn model to start correctly

parent f93aa96d
......@@ -118,7 +118,7 @@ public class TracefileMovementModel implements MovementModel, EventHandler {
initialized = true;
Event.scheduleWithDelay(timeBetweenMoveOperations, this, null, EVENT_MOVE);
Event.scheduleWithDelay(Time.SECOND * 10, this, null, EVENT_MOVE);
}
@Override
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment