[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi ...

Ron Sigal ron_sigal at yahoo.com
Tue Aug 29 00:21:26 EDT 2006


  User: rsigal  
  Date: 06/08/29 00:21:26

  Modified:    src/tests/org/jboss/test/remoting/performance/spring/rmi 
                        SpringRMIPerformanceServer.java
  Log:
  JBREM-592:  Extened time server runs.
  
  Revision  Changes    Path
  1.2       +1 -1      JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SpringRMIPerformanceServer.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceServer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SpringRMIPerformanceServer.java	13 Aug 2006 19:30:05 -0000	1.1
  +++ SpringRMIPerformanceServer.java	29 Aug 2006 04:21:26 -0000	1.2
  @@ -33,7 +33,7 @@
         try
         {
            server.setUp();
  -         Thread.currentThread().sleep(60000);
  +         Thread.currentThread().sleep(3600000);
            server.tearDown();
         }
         catch (Exception e)
  
  
  



More information about the jboss-cvs-commits mailing list