bugfix - fixed the healthcheck problem
[holmes/rule-management.git] / rulemgt / src / test / java / org / onap / holmes / rulemgt / InitializerTest.java
index f658d35..8e4a6fe 100644 (file)
@@ -51,6 +51,8 @@ public class InitializerTest {
 
         WhiteboxImpl.invokeMethod(initializer, "init");
 
+        TimeUnit.SECONDS.sleep(6);
+
         PowerMock.verifyAll();
     }