Repository: flink Updated Branches: refs/heads/master 8a6bdf4c1 -> bcf5f4648
[FLINK-3607] decrease default forkCount for tests This makes running test locally a more pleasant experience. It still uses all exposed CPU cores (virtual or real). A custom forkCount can be set using the flink.forkCount property, e.g. -Dflink.forkCount=4. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bcf5f464 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/bcf5f464 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/bcf5f464 Branch: refs/heads/master Commit: bcf5f4648670770b6c5fcfd56fd24660fae5ad44 Parents: 8a6bdf4 Author: Maximilian Michels <[email protected]> Authored: Wed Jun 1 15:11:29 2016 +0200 Committer: Maximilian Michels <[email protected]> Committed: Tue May 31 15:21:14 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/bcf5f464/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f444b3..23f6dc5 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ under the License. <!-- Need to use a user property here because the surefire forkCount is not exposed as a property. With this we can set it on the "mvn" commandline in travis. --> - <flink.forkCount>1.5C</flink.forkCount> + <flink.forkCount>1C</flink.forkCount> <flink.reuseForks>true</flink.reuseForks> <log4j.configuration>log4j-test.properties</log4j.configuration> <slf4j.version>1.7.7</slf4j.version>
