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:59 UTC

[05/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/00d2f119
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/00d2f119
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/00d2f119

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: 00d2f1193e2d68b8ea4bc80eb09add91dd626c78
Parents: f70722e
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Oct 13 19:42:54 2016 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Oct 13 19:42:54 2016 +0300

----------------------------------------------------------------------
 ambari-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/00d2f119/ambari-project/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index beefeb4..7cc371f 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>