Repository: incubator-apex-malhar Updated Branches: refs/heads/release-3.3 2bf088626 -> 05c4b8be9
APEXMALHAR-1998 Use 2GB for kafka unit test so Travis can pass the test Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/05c4b8be Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/05c4b8be Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/05c4b8be Branch: refs/heads/release-3.3 Commit: 05c4b8be90164dd3304d71d2be55160ebe3b3b94 Parents: 2bf0886 Author: David Yan <[email protected]> Authored: Tue Feb 23 10:49:00 2016 -0800 Committer: David Yan <[email protected]> Committed: Wed Feb 24 10:37:30 2016 -0800 ---------------------------------------------------------------------- kafka/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/05c4b8be/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/kafka/pom.xml b/kafka/pom.xml index 6be683a..01e5689 100755 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -173,7 +173,12 @@ </execution> </executions> </plugin> - + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-Xmx2048m</argLine> + </configuration> + </plugin> </plugins> </build>
