Changing the thread pool size in pca test
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/36e5d1d1 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/36e5d1d1 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/36e5d1d1 Branch: refs/heads/master Commit: 36e5d1d1120b00ea64d70b3fa00ac7b2fd4b9cb0 Parents: ffef345 Author: Pubudu Gunatilaka <[email protected]> Authored: Mon Jun 22 18:09:56 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Mon Jun 22 18:28:26 2015 +0530 ---------------------------------------------------------------------- .../python.cartridge.agent/test/PythonCartridgeAgentTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/36e5d1d1/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java b/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java index 7fe9845..bb116ce 100644 --- a/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java +++ b/components/org.apache.stratos.python.cartridge.agent/src/test/java/org/apache/stratos/python.cartridge.agent/test/PythonCartridgeAgentTest.java @@ -106,7 +106,7 @@ public class PythonCartridgeAgentTest { executorList = new HashMap<String, Executor>(); if (!this.eventReceiverInitiated) { - ExecutorService executorService = StratosThreadPool.getExecutorService("TEST_THREAD_POOL", 5); + ExecutorService executorService = StratosThreadPool.getExecutorService("TEST_THREAD_POOL", 15); topologyEventReceiver = new TopologyEventReceiver(); topologyEventReceiver.setExecutorService(executorService); topologyEventReceiver.execute();
