Fix timing window with TestTimestampVerson and MySQL

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@979755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-07-27 15:45:13 +00:00
parent d20e84a294
commit dba341a7d9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class TestTimestampVersion extends SingleEMFTestCase {
try {
// delay to ensure the new timestamp exceeds the timer's resolution.
Thread.sleep(500);
Thread.sleep(1000);
} catch (InterruptedException e) {
}