You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/10/14 13:40:57 UTC

[03/10] ambari git commit: AMBARI-18586. Increase forkCount for Ambari Server Unit Tests (aonishuk)

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/branch-feature-AMBARI-18456
Commit: 08f1404fc573c0cd3969295a49f4682f51b5d251
Parents: 3622d7b
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Oct 13 18:10:07 2016 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
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>