Running out the Test startup timer from 60 secs to 180 secs as we are
getting timeouts on module transitions in UISuite.
Patch by: zundel
Review by: scottb(TBR)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2884 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/junit/JUnitShell.java b/user/src/com/google/gwt/junit/JUnitShell.java
index dbfaa08..02337c9 100644
--- a/user/src/com/google/gwt/junit/JUnitShell.java
+++ b/user/src/com/google/gwt/junit/JUnitShell.java
@@ -114,7 +114,7 @@
* The amount of time to wait for all clients to have contacted the server and
* begun running the test.
*/
- private static final int TEST_BEGIN_TIMEOUT_MILLIS = 60000;
+ private static final int TEST_BEGIN_TIMEOUT_MILLIS = 1800000;
/**
* Singleton object for hosting unit tests. All test case instances executed