Fix timing window with TestTimestampVerson and MySQL

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@979761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-07-27 16:04:55 +00:00
parent 459aae4b28
commit b6103d270a
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) {
}