Browse Source

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

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

2
pom.xml

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

Loading…
Cancel
Save