Skip to content

Commit f415f71

Browse files
committed
updated to include argline used in other failsafe tests
1 parent 82d874d commit f415f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-failsafe-plugin</artifactId>
8181
<configuration>
82+
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
8283
<includes>
8384
<include>org/owasp/encoder/BenchmarkTest.java</include>
8485
</includes>

0 commit comments

Comments
 (0)