Running out the Test startup timer from 60 secs to 180 secs as we are getting timeouts on module transitions in UISuite. (Oops: previous commit was 1800 secs!) Patch by: zundel Review by: scottb(TBR) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2885 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 02337c9..6529b99 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 = 1800000; + private static final int TEST_BEGIN_TIMEOUT_MILLIS = 180000; /** * Singleton object for hosting unit tests. All test case instances executed