Revision: 6388 Author: [email protected] Date: Thu Oct 15 18:47:08 2009 Log: Increase timeout from 3 hours to 4, since Mac tests don't finish in time. We will have to come up with something better, but this will have to do for now.
Patch by: jat Review by: jlabanca (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6388 Modified: /trunk/user/build.xml ======================================= --- /trunk/user/build.xml Thu Oct 15 18:11:02 2009 +++ /trunk/user/build.xml Thu Oct 15 18:47:08 2009 @@ -19,7 +19,7 @@ <import file="${gwt.root}/common.ant.xml" /> - <property name="test.timeout" value="3" /> + <property name="test.timeout" value="4" /> <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 -~----------~----~----~----~------~----~------~--~---
