Author: manik.surtani(a)jboss.com
Date: 2009-03-04 06:41:10 -0500 (Wed, 04 Mar 2009)
New Revision: 7842
Modified:
core/branches/flat/src/test/java/org/horizon/api/tree/NodeMoveAPITest.java
Log:
Reduced lock acquisition timeout
Modified: core/branches/flat/src/test/java/org/horizon/api/tree/NodeMoveAPITest.java
===================================================================
--- core/branches/flat/src/test/java/org/horizon/api/tree/NodeMoveAPITest.java 2009-03-04
11:32:48 UTC (rev 7841)
+++ core/branches/flat/src/test/java/org/horizon/api/tree/NodeMoveAPITest.java 2009-03-04
11:41:10 UTC (rev 7842)
@@ -50,6 +50,7 @@
Configuration c = new Configuration();
c.setFetchInMemoryState(false);
c.setInvocationBatchingEnabled(true);
+ c.setLockAcquisitionTimeout(1000);
cm.defineCache("test", c);
cache = cm.getCache("test");
tm = TestingUtil.extractComponent(cache, TransactionManager.class);
Show replies by date