[jbosscache-commits] JBoss Cache SVN: r4731 - core/trunk/src/test/java/org/jboss/cache/lock/pessimistic.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Nov 6 11:37:03 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-11-06 11:37:03 -0500 (Tue, 06 Nov 2007)
New Revision: 4731

Modified:
   core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java
Log:
JBCACHE-1165 - upped invocation count

Modified: core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java	2007-11-06 16:36:02 UTC (rev 4730)
+++ core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java	2007-11-06 16:37:03 UTC (rev 4731)
@@ -51,7 +51,7 @@
       }
    }
 
-   @Test (invocationCount = 20)
+   @Test (invocationCount = 50)
    public void testLock() throws Exception {
 		for (int x = 0; x < 2; x++) {
 			SeparateThread t = new SeparateThread(x);




More information about the jbosscache-commits mailing list