Skip to content
Snippets Groups Projects
Commit 60710c8a authored by Rob Sherwood's avatar Rob Sherwood
Browse files

retune staticflowpusher timer for faster unittests

was 50s to run, now 2s
parent 76079082
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