Skip to content

Commit 9552094

Browse files
committed
increase leniency count
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent c1473c9 commit 9552094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slf4j-api/src/test/java/org/slf4j/testHarness/MultithreadedInitializationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void multiThreadedInitialization() throws InterruptedException, BrokenBar
3636

3737
assertAllSubstLoggersAreFixed();
3838
long recordedEventCount = getRecordedEventCount();
39-
int LENIENCY_COUNT = 21;
39+
int LENIENCY_COUNT = 30;
4040

4141
long expectedEventCount = eventCount.get() + extraLogEvents();
4242

0 commit comments

Comments
 (0)