Increasing the RPC timeout of NoDeployTest so it is less flaky.
http://gwt-code-reviews.appspot.com/157802


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7668 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/module/client/NoDeployTest.java b/user/test/com/google/gwt/module/client/NoDeployTest.java
index 798639c..d8c9d7f 100644
--- a/user/test/com/google/gwt/module/client/NoDeployTest.java
+++ b/user/test/com/google/gwt/module/client/NoDeployTest.java
@@ -42,7 +42,7 @@
   /**
    * The maximum amount of time to wait for an RPC response in milliseconds. 
    */
-  private static final int RESPONSE_DELAY = 1500; 
+  private static final int RESPONSE_DELAY = 5000; 
 
   @Override
   public String getModuleName() {