Skip to content
Snippets Groups Projects
Commit f902503e authored by Alex Reimers's avatar Alex Reimers
Browse files

Make static flow entry pusher test time a little higher for it to pass more consistently.

parent 2402870c
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class StaticFlowEntryPusherTest extends FloodlightTestCase {
staticFlowEntryPusher = new StaticFlowEntryPusher();
staticFlowEntryPusher.init(fmc);
restApi.init(fmc);
staticFlowEntryPusher.setFlowPushTime(200);
staticFlowEntryPusher.setFlowPushTime(500);
staticFlowEntryPusher.startUp(fmc);
restApi.startUp(fmc);
}
......
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