Move service definitions to mappingservice.api
[lispflowmapping.git] / mappingservice / integrationtest / src / test / java / org / opendaylight / lispflowmapping / integrationtest / MappingServiceIntegrationTest.java
index 265fdb81b397f302ea27847f44dacb62b148cbca..64b35e032dac1d507764a9133db3b81a579dfc4b 100644 (file)
@@ -1551,6 +1551,7 @@ public class MappingServiceIntegrationTest extends AbstractMdsalTestBase {
         sendMapRegister(mapRegisterbuilder.build());
         MapNotify mapNotify = receiveMapNotify();
         assertEquals(8, mapNotify.getNonce().longValue());
+        sleepForSeconds(1);
 
         sendMapRequest(mapRequestBuilder.build());
         mapReply = receiveMapReply();