up the test mem. from 2g to 4g; we're currently hitting the 2g in aggregate across some of the larger tests

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4137 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-08-27 01:39:05 +00:00
parent bfcac33e80
commit 467405094a
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,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="2g"/>
<property name="test.maxmemory" value="4g"/>
<!-- TEST -->
<macrodef name="run-test">