Revision: 9845
Author: [email protected]
Date: Fri Mar 11 11:01:02 2011
Log: 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.
Review at http://gwt-code-reviews.appspot.com/1380803
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9845
Modified:
/trunk/user/build.xml
=======================================
--- /trunk/user/build.xml Fri Mar 11 09:50:44 2011
+++ /trunk/user/build.xml Fri Mar 11 11:01:02 2011
@@ -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