aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-09-01 14:18:12 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-09-01 14:18:12 +0300
commit11f413efa986f4e9cbabd067479361d41aec5e77 (patch)
treece5e0d4939714bc74734188848f1190725004090
parent7b7db1b3aa372a3c47db01ac7c6a61ded658bc62 (diff)
Jacoco fix
Change-Id: I6b9c8a0e86a32a6c063a1db8640b785742526f1c Issue-ID: SDC-2326 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 50f2168..a661522 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,6 +244,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
+ <argLine>${argLine} -Xmx2048m</argLine>
<includes>
<include>**/ToscaParser***Test.class</include>
</includes>