diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-04-08 15:08:49 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-04-08 15:08:49 +0000 |
commit | 2ec3dac8fd399538b2d221d8e20d567b6ae79109 (patch) | |
tree | 749e6f30258d1cfb8afb4752b1982bb57d5a3d72 /tests | |
parent | 05b8a2b58cdb8503bc0c020cabfd36965790200c (diff) | |
download | vaadin-framework-2ec3dac8fd399538b2d221d8e20d567b6ae79109.tar.gz vaadin-framework-2ec3dac8fd399538b2d221d8e20d567b6ae79109.zip |
Allow 20 threads to avoid waiting for a certain browser to be available
svn changeset:12397/svn branch:6.3
Diffstat (limited to 'tests')
-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 3146cf78d3..92b3ad8b76 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -106,7 +106,7 @@ </target> <target name="run-tests" depends="compile-tests"> - <foreach maxthreads="10" parallel="true" target="execute-tests" param="target"> + <foreach maxthreads="20" parallel="true" target="execute-tests" param="target"> <path> <fileset dir="${test-output-dir}" includes="**/**.java" /> </path> |