mirror of https://github.com/apache/openjpa.git
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:
parent
459aae4b28
commit
b6103d270a
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue