Repository: ambari Updated Branches: refs/heads/branch-2.5 cbcd85ed0 -> 1cc68c74e refs/heads/trunk 3622d7bbf -> 08f1404fc
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/08f1404f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/08f1404f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/08f1404f Branch: refs/heads/trunk Commit: 08f1404fc573c0cd3969295a49f4682f51b5d251 Parents: 3622d7b Author: Andrew Onishuk <[email protected]> Authored: Thu Oct 13 18:10:07 2016 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Oct 13 18:10:07 2016 +0300 ---------------------------------------------------------------------- ambari-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/08f1404f/ambari-project/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 4f045fe..beefeb4 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</forkCount> + <forkCount>1.5C</forkCount> </configuration> </plugin> <plugin>
