slightly higher tolerance

This commit is contained in:
Ceki Gulcu 2021-06-29 15:08:55 +02:00
parent 91eb61c3c9
commit 865c88e340
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 = 20;
int LENIENCY_COUNT = 21;
long expectedEventCount = eventCount.get() + extraLogEvents();