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:
Joe Witt 2021-04-12 20:24:27 -07:00
parent 173daae664
commit 77c353219b
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

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