diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-11-18 13:46:08 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-11-18 13:47:08 +0200 |
commit | 17207877709f124891d4b0756b2972f09050c264 (patch) | |
tree | b8f5fe7c972a9e5a9cf46fca42697866fb6c7908 | |
parent | 134bed676f01745969408d522ca9ac6c482ba549 (diff) |
Jacoco fix for jtosca
Change-Id: Id8da5f1b3a7bc55dbde22672e903ae87f2b07b91
Issue-ID: SDC-2326
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | jtosca/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jtosca/pom.xml b/jtosca/pom.xml index da019af..1f88859 100644 --- a/jtosca/pom.xml +++ b/jtosca/pom.xml @@ -120,6 +120,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.19.1</version> <configuration> + <argLine>${argLine} -Xmx2048m</argLine> <includes> <include>*/*</include> </includes> |