mirror of https://github.com/apache/openjpa.git
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:
parent
e33f83901f
commit
45f79b59af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue