Up the memory required for integrationtests until we can figure out why

memory isn't being freed correctly when multiple integration tests run as 
part of a single class.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4328 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-09-22 18:54:24 +00:00
parent fb5d595ef0
commit d9b8fa2acc
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@
<property name="queue.test.classes" value="${queue.classes}/testclasses"/>
<property name="queue.test.sources" value="scala/test"/>
<!-- provide a ceiling on the memory that unit/integration tests can consume. -->
<property name="test.maxmemory" value="4g"/>
<property name="test.maxmemory" value="5g"/>
<!-- TEST -->
<macrodef name="run-test">