You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2015/09/15 20:54:27 UTC

stratos git commit: Increasing test timeout for PCA AgentStartupTestCase

Repository: stratos
Updated Branches:
  refs/heads/stratos-4.1.x 44aaac551 -> 37df2ef9c


Increasing test timeout for PCA AgentStartupTestCase


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

Branch: refs/heads/stratos-4.1.x
Commit: 37df2ef9ccf9cee9ee031b7b2fbad771e20ef8ea
Parents: 44aaac5
Author: Akila Perera <ra...@gmail.com>
Authored: Wed Sep 16 00:14:32 2015 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Wed Sep 16 00:14:32 2015 +0530

----------------------------------------------------------------------
 .../cartridge/agent/integration/tests/AgentStartupTestCase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/37df2ef9/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/AgentStartupTestCase.java
----------------------------------------------------------------------
diff --git a/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/AgentStartupTestCase.java b/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/AgentStartupTestCase.java
index bc2f48a..0b6a063 100755
--- a/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/AgentStartupTestCase.java
+++ b/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/AgentStartupTestCase.java
@@ -36,7 +36,7 @@ import java.util.Properties;
 
 public class AgentStartupTestCase extends PythonAgentIntegrationTest {
     private static final Log log = LogFactory.getLog(AgentStartupTestCase.class);
-    private static final int STARTUP_TIMEOUT = 120000;
+    private static final int STARTUP_TIMEOUT = 180000;
     private static final String CLUSTER_ID = "php.php.domain";
     private static final String DEPLOYMENT_POLICY_NAME = "deployment-policy-1";
     private static final String AUTOSCALING_POLICY_NAME = "autoscaling-policy-1";