Rename default timeout consts
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0725fb13 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0725fb13 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0725fb13 Branch: refs/heads/release-4.1.5 Commit: 0725fb13e981cde16f40e6a6fad82e00a5538bde Parents: 34cc042 Author: Akila Perera <[email protected]> Authored: Mon Nov 30 00:28:05 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Mon Dec 7 10:16:26 2015 +0000 ---------------------------------------------------------------------- .../stratos/integration/tests/StratosIntegrationTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0725fb13/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 fca858e..7de8020 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 @@ -34,9 +34,8 @@ public class StratosIntegrationTest { protected String stratosSecuredBackendURL; protected RestClient restClient; protected MockIaasApiClient mockIaasApiClient; - public static final int GLOBAL_TEST_TIMEOUT = 5 * 60 * 1000; // 5 mins - public static final int IAAS_PROVIDER_TEST_TIMEOUT = 10 * 60 * 1000; // 10 mins - public static final int APPLICATION_TEST_TIMEOUT = 25 * 60 * 1000; // 25 mins + public static final int DEFAULT_TEST_TIMEOUT = 5 * 60 * 1000; // 5 mins + public static final int DEFAULT_APPLICATION_TEST_TIMEOUT = 25 * 60 * 1000; // 25 mins public StratosIntegrationTest() { try {
