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: fabiomfv@google.com

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