Repository: incubator-pirk Updated Branches: refs/heads/master 9ccbb2216 -> 0237de6dd
[PIRK-35]: Execute tests in Parallel -- closes apache/incubator-pirk#37 Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/0237de6d Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/0237de6d Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/0237de6d Branch: refs/heads/master Commit: 0237de6dd986642ec37e42ae535646d2611cc818 Parents: 9ccbb22 Author: smarthi <[email protected]> Authored: Sun Jul 31 13:46:19 2016 -0400 Committer: eawilliams <[email protected]> Committed: Sun Jul 31 13:46:19 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/0237de6d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aca3707..969d025 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,8 @@ <hadoop.version>2.7.2</hadoop.version> <apache-commons.version>3.3</apache-commons.version> <elasticsearch.version>2.3.3</elasticsearch.version> + <pirk.forkCount>1C</pirk.forkCount> + <pirk.reuseForks>true</pirk.reuseForks> </properties> <dependencies> @@ -342,6 +344,8 @@ <systemPropertyVariables> <log4j.configuration>${log4j.configuration}</log4j.configuration> </systemPropertyVariables> + <forkCount>${pirk.forkCount}</forkCount> + <reuseForks>${pirk.reuseForks}</reuseForks> </configuration> <dependencies> <dependency>
