Author: ron.sigal(a)jboss.com
Date: 2009-04-07 03:55:05 -0400 (Tue, 07 Apr 2009)
New Revision: 4961
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorDisconnectTimeoutTestCase.java
Log:
JBREM-1112: Doubled lease period to 2000 ms.
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-04-05
06:59:03 UTC (rev 4960)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/connection/ConnectionValidatorDisconnectTimeoutTestCase.java 2009-04-07
07:55:05 UTC (rev 4961)
@@ -490,7 +490,7 @@
log.info("Starting remoting server with locator uri of: " + locatorURI);
HashMap config = new HashMap();
config.put(InvokerLocator.FORCE_REMOTE, "true");
- config.put("leasePeriod", "1000");
+ config.put("leasePeriod", "2000");
addExtraServerConfig(config);
connector = new Connector(serverLocator, config);
connector.create();
Show replies by date