Github user ravihansa3000 commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/492#discussion_r45546634
  
    --- Diff: 
products/stratos/modules/integration/test-common/src/main/java/org/apache/stratos/integration/common/extensions/StratosServerExtension.java
 ---
    @@ -107,11 +106,10 @@ private void startStratosServer(int 
activeMQDynamicPort) throws AutomationFramew
                 long time3 = System.currentTimeMillis();
                 String carbonHome = stratosTestServerManager.startServer();
                 assertNotNull(carbonHome, "CARBON_HOME is null");
    -            while (!serverStarted()) {
    -                log.info("Waiting for topology to be initialized...");
    -                Thread.sleep(5000);
    -            }
    -            while (!mockServiceStarted()) {
    +
    +            // checking whether mock iaas component is ready. If it is 
ready, all the components are activated.
    +            mockIaasApiClient = new 
MockIaasApiClient(stratosTestServerManager.getWebAppURL() + MOCK_IAAS_API_EP);
    +            while 
(!StratosServerExtension.mockIaasApiClient.isMockIaaSReady()) {
                     log.info("Waiting for mock service to be initialized...");
                     Thread.sleep(1000);
    --- End diff --
    
    We need the loop but better to wait ~50s before going into the loop


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to