Skip to content

Commit

Permalink
increase leniency count
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Feb 5, 2024
1 parent c1473c9 commit 9552094
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public void multiThreadedInitialization() throws InterruptedException, BrokenBar

assertAllSubstLoggersAreFixed();
long recordedEventCount = getRecordedEventCount();
int LENIENCY_COUNT = 21;
int LENIENCY_COUNT = 30;

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

Expand Down

0 comments on commit 9552094

Please sign in to comment.