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:
parent
fb5d595ef0
commit
d9b8fa2acc
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue