Skip to content
Snippets Groups Projects
Commit 05a2a2f0 authored by abat's avatar abat
Browse files

Merge into master from pull request #25:

speed up staticflowpusher unittests (https://github.com/floodlight/floodlight/pull/25)
parents 76079082 60710c8a
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ public class StaticFlowEntryPusherTest extends FloodlightTestCase {
switchMap.put(dpid, mockSwitch);
mockFloodlightProvider.setSwitches(switchMap);
staticFlowEntryPusher.setFloodlightProvider(mockFloodlightProvider);
staticFlowEntryPusher.setFlowPushTimeSeconds(2); // speed up push timer for faster testing
long timeSfpStart = System.currentTimeMillis();
staticFlowEntryPusher.startUp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment