[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex ...

Ron Sigal ron_sigal at yahoo.com
Tue Aug 1 13:44:30 EDT 2006


  User: rsigal  
  Date: 06/08/01 13:44:30

  Modified:    src/tests/org/jboss/test/remoting/transport/multiplex 
                        RestartServerTestClient.java
  Log:
  JBREM-534:  Raised client timeout from 500 to 1000 to accomodate slower machines.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/RestartServerTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RestartServerTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/RestartServerTestClient.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- RestartServerTestClient.java	1 Aug 2006 04:35:37 -0000	1.2
  +++ RestartServerTestClient.java	1 Aug 2006 17:44:30 -0000	1.3
  @@ -63,7 +63,7 @@
            is.read();
            
            HashMap cconfig = new HashMap();
  -         cconfig.put("timeout", "500");
  +         cconfig.put("timeout", "1000");
            cconfig.put(Multiplex.CLIENT_MULTIPLEX_ID, "id");
            Client client = new Client(new InvokerLocator(RestartServerTestServer.locatorURI), cconfig);
            
  
  
  



More information about the jboss-cvs-commits mailing list