Revision: 6376
Author: jlaba...@google.com
Date: Wed Oct 14 13:51:57 2009
Log: The test target in user now runs sequentially because browser manager  
queues up too many requests in parallel.

Patch by: jlabanca
Review by: jgw


http://code.google.com/p/google-web-toolkit/source/detail?r=6376

Modified:
  /trunk/user/build.xml

=======================================
--- /trunk/user/build.xml       Wed Oct 14 12:48:54 2009
+++ /trunk/user/build.xml       Wed Oct 14 13:51:57 2009
@@ -417,14 +417,14 @@
      <property.ensure name="distro.built" location="${gwt.dev.staging.jar}"
          message="GWT must be built before performing any tests.  This can  
be fixed by running ant in the ${gwt.root} directory." />
      <limit failonerror="true" hours="${test.timeout}">
-    <parallel threadsPerProcessor="${gwt.threadsPerProcessor}">
+    <sequential>
        <antcall target="test.dev"/>
        <antcall target="test.emma"/>
        <antcall target="test.web"/>
        <antcall target="test.draft"/>
        <antcall target="test.nometa"/>
        <antcall target="test.noserver"/>
-    </parallel>
+    </sequential>
      </limit>
    </target>


--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to