[jbosscache-commits] JBoss Cache SVN: r7553 - core/trunk/src/test/java/org/jboss/cache/passivation.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 20 17:04:27 EST 2009


Author: mircea.markus
Date: 2009-01-20 17:04:27 -0500 (Tue, 20 Jan 2009)
New Revision: 7553

Modified:
   core/trunk/src/test/java/org/jboss/cache/passivation/ReplAndStateTransferWithPassivationTest.java
Log:
more strict replication control

Modified: core/trunk/src/test/java/org/jboss/cache/passivation/ReplAndStateTransferWithPassivationTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/passivation/ReplAndStateTransferWithPassivationTest.java	2009-01-20 21:56:37 UTC (rev 7552)
+++ core/trunk/src/test/java/org/jboss/cache/passivation/ReplAndStateTransferWithPassivationTest.java	2009-01-20 22:04:27 UTC (rev 7553)
@@ -146,6 +146,7 @@
 
          cache2 = new UnitTestCacheFactory().createCache(buildConf(nls, "cache2", false, useBR, true), getClass());
          TestingUtil.blockUntilViewReceived((CacheSPI)cache2, 2, 10000);
+         Thread.sleep(2000);
 
          if (useBR)
          {




More information about the jbosscache-commits mailing list