]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reduce maxmemory to 96 MB for TestBench JUnit tests
authorHenri Sara <henri.sara@itmill.com>
Thu, 4 Aug 2011 10:44:03 +0000 (10:44 +0000)
committerHenri Sara <henri.sara@itmill.com>
Thu, 4 Aug 2011 10:44:03 +0000 (10:44 +0000)
svn changeset:20116/svn branch:6.6

tests/test.xml

index 7f6331ec8e96df9181d36ff113a1de95caab8136..625bea9db0d44cde4a58ed8cdfea195f609a219a 100644 (file)
 
        <!-- This target runs the generated and compiled junit tests -->
        <target name="execute-tests">
-               <junit fork="yes" printsummary="withOutAndErr">
+               <junit fork="yes" printsummary="withOutAndErr" maxmemory="96m">
                        <classpath>
                                <path refid="classpath" />
                                <pathelement path="${class-dir}" />