diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-04 10:44:03 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-04 10:44:03 +0000 |
commit | e5a64cc6be20be60c18990520ce746915bceafce (patch) | |
tree | 64c462fbe63aa5ce41d0dc6884838de22bb09a27 | |
parent | 32adeff6d6fc250dc0f3e1f9cc19456c7cef2a28 (diff) | |
download | vaadin-framework-e5a64cc6be20be60c18990520ce746915bceafce.tar.gz vaadin-framework-e5a64cc6be20be60c18990520ce746915bceafce.zip |
Reduce maxmemory to 96 MB for TestBench JUnit tests
svn changeset:20116/svn branch:6.6
-rw-r--r-- | tests/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.xml b/tests/test.xml index 7f6331ec8e..625bea9db0 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -151,7 +151,7 @@ <!-- 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}" /> |