Skip to content

Commit

Permalink
Reduce flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
knokko committed Feb 9, 2024
1 parent 4a8a786 commit 1d3aae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void testMediumFrequencyCounter() throws InterruptedException {

@Test
public void testHighFrequencyCounter() throws InterruptedException {
testConstantPeriod(500, 1500);
testConstantPeriod(2000, 1500);
}

@Test
Expand Down

0 comments on commit 1d3aae6

Please sign in to comment.