[jboss-remoting-commits] JBoss Remoting SVN: r5443 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Sep 3 18:38:56 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-09-03 18:38:56 -0400 (Thu, 03 Sep 2009)
New Revision: 5443

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorDisconnectTimeoutTestCase.java
Log:
JBREM-1112: Extended Thread.sleep() in testZeroMetadata().

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorDisconnectTimeoutTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorDisconnectTimeoutTestCase.java	2009-09-03 01:50:09 UTC (rev 5442)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorDisconnectTimeoutTestCase.java	2009-09-03 22:38:56 UTC (rev 5443)
@@ -411,7 +411,7 @@
       client.addConnectionListener(clientConnectionListener, metadata);
       
       // Wait for broken connection and test.
-      Thread.sleep(8000);
+      Thread.sleep(10000);
       assertTrue(serverConnectionListener.notified);
       assertNull(serverConnectionListener.throwable);
       assertTrue(clientConnectionListener.notified);



More information about the jboss-remoting-commits mailing list