Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 62b8d38c9 -> 8efb2d929
Update the timeout of the IaaSProvider test case Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0809ec75 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0809ec75 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0809ec75 Branch: refs/heads/stratos-4.1.x Commit: 0809ec75dcf3941b4f8c56e29adc83441cac4644 Parents: 62b8d38 Author: gayangunarathne <[email protected]> Authored: Wed Nov 25 14:52:29 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Wed Nov 25 14:52:29 2015 +0530 ---------------------------------------------------------------------- .../apache/stratos/integration/tests/StratosIntegrationTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0809ec75/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 57c0473..fca858e 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 @@ -35,6 +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 IAAS_PROVIDER_TEST_TIMEOUT = 10 * 60 * 1000; // 10 mins public static final int APPLICATION_TEST_TIMEOUT = 25 * 60 * 1000; // 25 mins public StratosIntegrationTest() {
