[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex ...
Ron Sigal
ron_sigal at yahoo.com
Thu Nov 9 18:28:27 EST 2006
User: rsigal
Date: 06/11/09 18:28:27
Modified: src/tests/org/jboss/test/remoting/transport/multiplex
LateClientShutdownTestClient.java
Log:
JBREM-630: Added Thread.sleep() to catch clause.
Revision Changes Path
1.4 +4 -1 JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LateClientShutdownTestClient.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/LateClientShutdownTestClient.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- LateClientShutdownTestClient.java 8 Nov 2006 17:28:59 -0000 1.3
+++ LateClientShutdownTestClient.java 9 Nov 2006 23:28:27 -0000 1.4
@@ -67,7 +67,10 @@
break;
Thread.sleep(1000);
}
- catch (Exception e) {}
+ catch (Exception e)
+ {
+ Thread.sleep(1000);
+ }
}
if (s == null)
More information about the jboss-cvs-commits
mailing list