BUG-837: IT fix 35/15635/1
authorMichal Rehak <mirehak@cisco.com>
Mon, 23 Feb 2015 21:49:32 +0000 (22:49 +0100)
committerMichal Rehak <mirehak@cisco.com>
Mon, 23 Feb 2015 21:49:32 +0000 (22:49 +0100)
 - increased wait after handshake

Change-Id: I079d9798c42b15e76b95c440b5cbccb827fd49bd
Signed-off-by: Michal Rehak <mirehak@cisco.com>
openflowplugin-it/src/test/java/org/opendaylight/openflowplugin/openflow/md/it/OFPluginFlowTest.java

index 6821009b2073014871785ea347e440130d8ae96d..4a844a9f7a227ad3eb75a3776da3a5989ee3c617 100644 (file)
@@ -199,7 +199,7 @@ public class OFPluginFlowTest {
         switchSim.setSecuredClient(false);
         Deque<ClientEvent> handshakeScenario = ScenarioFactory.createHandshakeScenarioVBM(
                 ScenarioFactory.VERSION_BITMAP_13, (short) 0, ScenarioFactory.VERSION_BITMAP_10_13, false);
-        handshakeScenario.addFirst(new SleepEvent(3000L));
+        handshakeScenario.addFirst(new SleepEvent(6000L));
         ScenarioFactory.appendPostHandshakeScenario(handshakeScenario, true);
         WaitForMessageEvent flowModEvent = new WaitForMessageEvent(ByteBufUtils
                 .hexStringToBytes(