increase leniency count

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2024-02-05 22:32:22 +01:00
parent c1473c957a
commit 955209464d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ abstract public class MultithreadedInitializationTest {
assertAllSubstLoggersAreFixed();
long recordedEventCount = getRecordedEventCount();
int LENIENCY_COUNT = 21;
int LENIENCY_COUNT = 30;
long expectedEventCount = eventCount.get() + extraLogEvents();