Repository: incubator-apex-malhar Updated Branches: refs/heads/master d23e28345 -> ca5ab1124
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/27c5a801 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/27c5a801 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/27c5a801 Branch: refs/heads/master Commit: 27c5a80114e692c1c635f9005068ebd5441204a9 Parents: 377190a Author: David Yan <[email protected]> Authored: Tue Feb 23 10:49:00 2016 -0800 Committer: David Yan <[email protected]> Committed: Tue Feb 23 10:49:00 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/27c5a801/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/kafka/pom.xml b/kafka/pom.xml index 2c2dd17..208b3ed 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>
