Revision: 9806
Author: [email protected]
Date: Thu Mar 3 10:45:25 2011
Log: Increase Stack Size for ant tests, to prevent test failures (address
issue 6100)
Review at http://gwt-code-reviews.appspot.com/1369806
http://code.google.com/p/google-web-toolkit/source/detail?r=9806
Modified:
/trunk/common.ant.xml
=======================================
--- /trunk/common.ant.xml Mon Jan 17 09:08:08 2011
+++ /trunk/common.ant.xml Thu Mar 3 10:45:25 2011
@@ -210,7 +210,7 @@
<junit dir="@{test.out}" fork="yes" printsummary="yes"
failureproperty="junit.failure" tempdir="@{test.out}">
<jvmarg line="-Xmx768m" />
- <jvmarg line="-Xss512k" />
+ <jvmarg line="-Xss4M" />
<jvmarg
value="-Demma.coverage.out.file=@{test.emma.coverage}/coverage.emma" />
<jvmarg value="-Demma.coverage.out.merge=true" />
<jvmarg value="-Dcom.google.gwt.junit.reportPath=reports" />
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors