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 7b04a6c commit cd14686
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,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 cd14686

Please sign in to comment.