commit | 4dc2053cd6e2cf5c0a7139c67d7fb93406a1768a | [log] [tgz] |
---|---|---|
author | gwt.team.scottb <gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 18 22:42:14 2007 +0000 |
committer | gwt.team.scottb <gwt.team.scottb@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 18 22:42:14 2007 +0000 |
tree | de162ffd485e7f1bc80e293a1209a4f1688b0d1e | |
parent | 902f46c29562fa0fa6b12bbb1283fe3afdb50254 [diff] |
Increasing timeout from 5 seconds to 10 seconds due to test failures. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1665 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/rpc/CollectionsTest.java b/user/test/com/google/gwt/user/client/rpc/CollectionsTest.java index 441045d..d489c4b 100644 --- a/user/test/com/google/gwt/user/client/rpc/CollectionsTest.java +++ b/user/test/com/google/gwt/user/client/rpc/CollectionsTest.java
@@ -29,7 +29,7 @@ * TODO: document me. */ public class CollectionsTest extends GWTTestCase { - private static final int TEST_DELAY = 5000; + private static final int TEST_DELAY = 10000; private CollectionsTestServiceAsync collectionsTestService;