[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/statetransfer ...
Vladmir Blagojevic
vladimir.blagojevic at jboss.com
Fri Jan 5 10:14:12 EST 2007
User: vblagojevic
Date: 07/01/05 10:14:12
Modified: tests/functional/org/jboss/cache/statetransfer
VersionedTestBase.java
Log:
more sleep time to let eviction thread run
Revision Changes Path
1.26 +1 -1 JBossCache/tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: VersionedTestBase.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/statetransfer/VersionedTestBase.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- VersionedTestBase.java 4 Jan 2007 03:36:42 -0000 1.25
+++ VersionedTestBase.java 5 Jan 2007 15:14:12 -0000 1.26
@@ -910,7 +910,7 @@
// Sleep more to let the eviction thread run again,
// which will evict all data nodes due to their ttl of 4 secs
- TestingUtil.sleepThread(5100);
+ TestingUtil.sleepThread(8100);
parent = cache2.getRoot().getChild(Fqn.fromString("/org/jboss/test/data"));
children = parent.getChildren();
More information about the jboss-cvs-commits
mailing list