[weld-commits] Weld SVN: r4741 - core/trunk/tests.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Sat Nov 7 14:54:06 EST 2009
Author: pete.muir at jboss.org
Date: 2009-11-07 14:54:06 -0500 (Sat, 07 Nov 2009)
New Revision: 4741
Modified:
core/trunk/tests/pom.xml
Log:
increase heap space.
Modified: core/trunk/tests/pom.xml
===================================================================
--- core/trunk/tests/pom.xml 2009-11-07 19:53:23 UTC (rev 4740)
+++ core/trunk/tests/pom.xml 2009-11-07 19:54:06 UTC (rev 4741)
@@ -125,6 +125,7 @@
<suiteXmlFiles>
<suiteXmlFile>unit-tests.xml</suiteXmlFile>
</suiteXmlFiles>
+ <argLine>-Xmx256m</argLine>
</configuration>
</plugin>
<plugin>
More information about the weld-commits
mailing list