Skip to content
Snippets Groups Projects
Commit bbd5ecf9 authored by Rob Adams's avatar Rob Adams
Browse files

Shorten device manager impl test

parent 6e304b30
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ public class DeviceManagerImplTest extends FloodlightTestCase { ...@@ -335,7 +335,7 @@ public class DeviceManagerImplTest extends FloodlightTestCase {
// Get the listener and trigger the packet in // Get the listener and trigger the packet in
mockFloodlightProvider.dispatchMessage(mockSwitch, this.packetIn); mockFloodlightProvider.dispatchMessage(mockSwitch, this.packetIn);
Thread.sleep(3000); Thread.sleep(100);
// Get the listener and trigger the packet in // Get the listener and trigger the packet in
mockFloodlightProvider.dispatchMessage(mockSwitch, this.packetIn); mockFloodlightProvider.dispatchMessage(mockSwitch, this.packetIn);
......
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