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;