AMBARI-18586. Increase forkCount for Ambari Server Unit Tests (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c1de1dd5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c1de1dd5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c1de1dd5 Branch: refs/heads/branch-2.5 Commit: c1de1dd539931c9216be3c41d3a543230ae08184 Parents: 05c6fa5 Author: Andrew Onishuk <[email protected]> Authored: Thu Oct 13 19:42:56 2016 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Oct 13 19:42:56 2016 +0300 ---------------------------------------------------------------------- ambari-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c1de1dd5/ambari-project/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 0ed79ac..9be5f45 100644 --- a/ambari-project/pom.xml +++ b/ambari-project/pom.xml @@ -513,7 +513,7 @@ <redirectTestOutputToFile>true</redirectTestOutputToFile> <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds> <reuseForks>false</reuseForks> - <forkCount>1.5C</forkCount> + <forkCount>1C</forkCount> </configuration> </plugin> <plugin>
