fix test case problem for MySQL

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@811975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fay Wang 2009-09-07 02:16:17 +00:00
parent e33f83901f
commit 45f79b59af
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class TestVersion extends SingleEMFTestCase {
// ensure that some time has passed
// since the records were created
try {
Thread.sleep(50);
Thread.sleep(5000);
}
catch (InterruptedException e) {
// do nothing