diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-09-01 14:18:12 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-09-01 14:18:12 +0300 |
commit | 11f413efa986f4e9cbabd067479361d41aec5e77 (patch) | |
tree | ce5e0d4939714bc74734188848f1190725004090 | |
parent | 7b7db1b3aa372a3c47db01ac7c6a61ded658bc62 (diff) |
Jacoco fix
Change-Id: I6b9c8a0e86a32a6c063a1db8640b785742526f1c
Issue-ID: SDC-2326
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |