[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/api ...
Manik Surtani
msurtani at jboss.com
Tue Jan 30 17:55:51 EST 2007
User: msurtani
Date: 07/01/30 17:55:51
Modified: tests/functional/org/jboss/cache/api
PutForExternalReadTest.java
Log:
25 millis not enough for async repl when using TCP
Revision Changes Path
1.2 +1 -1 JBossCache/tests/functional/org/jboss/cache/api/PutForExternalReadTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: PutForExternalReadTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/api/PutForExternalReadTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- PutForExternalReadTest.java 12 Jan 2007 22:59:38 -0000 1.1
+++ PutForExternalReadTest.java 30 Jan 2007 22:55:51 -0000 1.2
@@ -96,7 +96,7 @@
caches[0].getTransactionManager().commit();
}
- TestingUtil.sleepThread(25);
+ TestingUtil.sleepThread(100);
assertEquals("Cache 1 got value", VALUE, caches[1].get(FQN, KEY));
}
More information about the jboss-cvs-commits
mailing list