mirror of https://github.com/qos-ch/slf4j
increase leniency count
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
c1473c957a
commit
955209464d
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue