mirror of https://github.com/apache/openjpa.git
OPENJPA-1194:
Make waitInMsec static to prevent re-running speed test for each test method. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@800441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1f9f4d68ef
commit
86ebcbe115
|
@ -74,7 +74,7 @@ public abstract class SequencedActionsTest extends SQLListenerTestCase {
|
|||
|
||||
protected static final int MinThreadWaitInMs = 10000;
|
||||
|
||||
private long waitInMsec = -1;
|
||||
private static long waitInMsec = -1;
|
||||
private String empTableName;
|
||||
private List<TestThread> threads = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue