Reviewers: fabiomfv,

Description:
Increasing the timeout of GWT user tests to 5 hours. Between the ever
increasing number of test cases, and the new IE9 user agent, it takes
longer to run tests on slower machines.


Please review this at http://gwt-code-reviews.appspot.com/1380803/

Affected files:
  M user/build.xml


Index: user/build.xml
===================================================================
--- user/build.xml      (revision 9844)
+++ user/build.xml      (working copy)
@@ -20,7 +20,7 @@

   <import file="${gwt.root}/common.ant.xml" />

-  <property name="test.timeout" value="4" />
+  <property name="test.timeout" value="5" />
   <property name="emma.merged.out" value="${junit.out}/emma-coverage" />
<property name="gwt.junit.testcase.web.includes" value="${gwt.junit.testcase.includes}" />
   <property name="gwt.junit.testcase.web.excludes" value="" />


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

Reply via email to