diff options
author | Leif Åstrand <leif@vaadin.com> | 2016-09-07 16:14:53 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2016-09-07 16:15:03 +0300 |
commit | 78854b681fc63c7c2d0297942cd71b3f832fb1c4 (patch) | |
tree | 04b262163a22726c302471033fd122ad95f32903 /uitest | |
parent | 34f729bbbd026ae3f6feabc038b0ef0a212183dd (diff) | |
download | vaadin-framework-78854b681fc63c7c2d0297942cd71b3f832fb1c4.tar.gz vaadin-framework-78854b681fc63c7c2d0297942cd71b3f832fb1c4.zip |
Allocate enough memory for TestingWidgetSet SDM
Change-Id: I6a06684f9e71ed54f3c1d90e361fa0a9ffc712a3
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 6a6c94a627..f7a571c324 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -246,6 +246,7 @@ <webappDirectory>${project.build.outputDirectory}/VAADIN/widgetsets</webappDirectory> <persistentunitcachedir>${project.build.directory}/gwt-unitCache</persistentunitcachedir> <checkAssertions>true</checkAssertions> + <extraJvmArgs>-Xmx1G</extraJvmArgs> </configuration> <executions> <execution> |