Browse Source

Changes for memory amount during tests. This is starting to get a little annoying

master
Drew Short 10 years ago
parent
commit
8b65937c76
  1. 2
      pom.xml

2
pom.xml

@ -188,7 +188,7 @@
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<argLine>-Xmx64m</argLine>
<argLine>-Xmx128m</argLine>
</configuration>
<executions>
<execution>

Loading…
Cancel
Save