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)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6388 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml
index 1c178a6..428ba93 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -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="" />