summaryrefslogtreecommitdiffstats
path: root/uitest/build.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2014-02-27 13:33:54 +0200
committerVaadin Code Review <review@vaadin.com>2014-02-27 12:19:17 +0000
commit09bc99697ece6f70ea935974f3468fdbd1c9e430 (patch)
treebc91a66a61604886933351ec7479a7edf86abeb4 /uitest/build.xml
parente961d43fd319148f5ab5fab452aed932105e363a (diff)
downloadvaadin-framework-09bc99697ece6f70ea935974f3468fdbd1c9e430.tar.gz
vaadin-framework-09bc99697ece6f70ea935974f3468fdbd1c9e430.zip
Use more worker threads for widgetset compilation
Change-Id: Ib7ea54e7a06516acbd9cf3dd08dbbacaac2030f9
Diffstat (limited to 'uitest/build.xml')
-rw-r--r--uitest/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/build.xml b/uitest/build.xml
index 864d111023..7d5ce867fe 100644
--- a/uitest/build.xml
+++ b/uitest/build.xml
@@ -54,7 +54,7 @@
<target name="testing-widgetset" depends="dependencies,compile">
<property name="module" value="com.vaadin.tests.widgetset.TestingWidgetSet" />
<property name="style" value="OBF" />
- <property name="localWorkers" value="2" />
+ <property name="localWorkers" value="6" />
<property name="extraParams" value="" />
<property name="module.output.dir" location="${result.dir}/VAADIN/widgetsets" />
<property name="work.dir" location="${result.dir}/work" />