Author: ron.sigal(a)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);
Show replies by date