Bumping limit on test runs to 2 hours since we're currently failing
tests by going over the 1 hour limit.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2338 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml
index fb08c64..3e0e5c7 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -85,7 +85,7 @@
Run hosted and web mode tests for the platform on which this build
is executing
-->
- <limit failonerror="true" hours="1">
+ <limit failonerror="true" hours="2">
<parallel threadsPerProcessor="1">
<!-- remoteweb-test is a no-op unless gwt.remote.browsers is defined -->
<antcall target="remoteweb-test"/>