You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ga...@apache.org on 2015/11/24 11:48:40 UTC

stratos git commit: Update the APPLICATION_TEST_TIMEOUT

Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x e4a2af690 -> b0f8e807c


Update the APPLICATION_TEST_TIMEOUT


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b0f8e807
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b0f8e807
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b0f8e807

Branch: refs/heads/stratos-4.1.x
Commit: b0f8e807cd4b8f7c718148aaef011e2a5c16bc29
Parents: e4a2af6
Author: gayangunarathne <ga...@wso2.com>
Authored: Tue Nov 24 16:18:24 2015 +0530
Committer: gayangunarathne <ga...@wso2.com>
Committed: Tue Nov 24 16:18:24 2015 +0530

----------------------------------------------------------------------
 .../stratos/integration/tests/StratosIntegrationTest.java       | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b0f8e807/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/StratosIntegrationTest.java
----------------------------------------------------------------------
diff --git a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/StratosIntegrationTest.java b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/StratosIntegrationTest.java
index 5b397ab..57c0473 100644
--- a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/StratosIntegrationTest.java
+++ b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/StratosIntegrationTest.java
@@ -18,7 +18,6 @@ package org.apache.stratos.integration.tests;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.apache.stratos.integration.common.StratosTestServerManager;
 import org.apache.stratos.integration.common.TopologyHandler;
 import org.apache.stratos.integration.common.extensions.StratosServerExtension;
 import org.apache.stratos.integration.common.rest.RestClient;
@@ -26,8 +25,6 @@ import org.apache.stratos.mock.iaas.client.MockIaasApiClient;
 import org.wso2.carbon.automation.engine.context.AutomationContext;
 import org.wso2.carbon.automation.engine.context.TestUserMode;
 
-import java.util.List;
-
 public class StratosIntegrationTest {
     private static final Log log = LogFactory.getLog(StratosIntegrationTest.class);
     protected AutomationContext stratosAutomationCtx;
@@ -38,7 +35,7 @@ public class StratosIntegrationTest {
     protected RestClient restClient;
     protected MockIaasApiClient mockIaasApiClient;
     public static final int GLOBAL_TEST_TIMEOUT = 5 * 60 * 1000; // 5 mins
-    public static final int APPLICATION_TEST_TIMEOUT = 20 * 60 * 1000; // 20 mins
+    public static final int APPLICATION_TEST_TIMEOUT = 25 * 60 * 1000; // 25 mins
 
     public StratosIntegrationTest() {
         try {