Browse Source

Fixed some test parameters

master
Drew Short 10 years ago
parent
commit
e7eb18568a
  1. 5
      pom.xml
  2. 4
      src/test/resources/ehcache.xml

5
pom.xml

@ -188,6 +188,7 @@
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<argLine>-Xmx384m</argLine>
</configuration>
<executions>
<execution>
@ -247,12 +248,12 @@
</goals>
</execution>
</executions>
<configuration>
<!--<configuration>
<jvmArgs>
<jvmArg>-Xms64m</jvmArg>
<jvmArg>-Xmx1024m</jvmArg>
</jvmArgs>
</configuration>
</configuration>-->
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>

4
src/test/resources/ehcache.xml

@ -1,8 +1,8 @@
<ehcache maxBytesLocalHeap="512M" maxBytesLocalDisk="5g" >
<ehcache maxBytesLocalHeap="256M" maxBytesLocalDisk="1g" >
<cache name="images"
timeToLiveSeconds="100">
</cache>
<cache name="thumbnails"
timeToLiveSeconds="100">
</cache>
</ehcache>
</ehcache>
Loading…
Cancel
Save