]> source.dussan.org Git - vaadin-framework.git/commitdiff
Re-enabled parallel run of integration tests
authorArtur Signell <artur.signell@itmill.com>
Fri, 9 Apr 2010 09:16:38 +0000 (09:16 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 9 Apr 2010 09:16:38 +0000 (09:16 +0000)
svn changeset:12424/svn branch:6.3

build/build.xml

index c7ea2a9e11bdc12120458ce6c0d8882d165e558a..dd79f3ff8f33fcc172c7c6ca432c9c0a7ff152a2 100644 (file)
 
     <target name="tests">
        <!-- Run all different types of tests in parallel to decrease testing time -->
-       <parallel threadcount="1">
-               <antcall target="server-side-tests"></antcall>
-               <antcall target="testbench-tests"></antcall>
+       <parallel threadcount="3">
                <antcall target="integration-tests"></antcall>
+               <antcall target="testbench-tests"></antcall>
+               <antcall target="server-side-tests"></antcall>
        </parallel>
     </target>