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:
Michael Dick 2009-08-03 16:02:27 +00:00
parent 1f9f4d68ef
commit 86ebcbe115
1 changed files with 1 additions and 1 deletions

View File

@ -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;