mirror of https://github.com/apache/nifi.git
NIFI-8421 This closes #4996. increase commit frequency to ensure we commit often during these tests to minimize race conditions
Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
parent
173daae664
commit
77c353219b
|
@ -41,7 +41,7 @@ public abstract class AbstractEmbeddedQuestDbStatusHistoryRepositoryTest extends
|
|||
|
||||
protected static final int PREFERRED_DATA_POINTS = 1000;
|
||||
protected static final int DAYS_TO_KEEP_DATA = 7;
|
||||
protected static final long PERSIST_FREQUENCY = TimeUnit.MILLISECONDS.convert(2, TimeUnit.SECONDS);
|
||||
protected static final long PERSIST_FREQUENCY = 50; //200 milliseconds
|
||||
|
||||
protected EmbeddedQuestDbStatusHistoryRepository testSubject;
|
||||
protected String path;
|
||||
|
|
Loading…
Reference in New Issue