[jbosscache-commits] JBoss Cache SVN: r6391 - benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jul 24 04:44:40 EDT 2008


Author: mircea.markus
Date: 2008-07-24 04:44:39 -0400 (Thu, 24 Jul 2008)
New Revision: 6391

Modified:
   benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java
Log:
increased try count

Modified: benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java	2008-07-24 08:37:48 UTC (rev 6390)
+++ benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java	2008-07-24 08:44:39 UTC (rev 6391)
@@ -71,7 +71,7 @@
    private void tryToPut(CacheWrapper cache, Integer currentNodeIndex) throws Exception
    {
       int tryCount = 0;
-      while (tryCount < 5)
+      while (tryCount < 17)
       {
          try
          {




More information about the jbosscache-commits mailing list