commit | f415f71faea81e7dd50f4982ed2317502e6e1777 | [log] [tgz] |
---|---|---|
author | Jeremy Long <jeremy.long@gmail.com> | Sat Feb 18 14:54:37 2017 -0500 |
committer | Jeremy Long <jeremy.long@gmail.com> | Sat Feb 18 14:54:37 2017 -0500 |
tree | 04f616d35c2ec7f69b610aba9981de21ab2a1aab | |
parent | 82d874d3fc315c47905ebf264bfe2a0079f0044a [diff] |
updated to include argline used in other failsafe tests
diff --git a/core/pom.xml b/core/pom.xml index edd9bb5..30c48c9 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -79,6 +79,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <configuration> + <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine> <includes> <include>org/owasp/encoder/BenchmarkTest.java</include> </includes>