mirror of https://github.com/qos-ch/slf4j
slightly higher tolerance
This commit is contained in:
parent
91eb61c3c9
commit
865c88e340
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue