Skip to content

Commit

Permalink
Increase test reps
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 23, 2020
1 parent 9bf3932 commit 4dc1ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/gr/james/sampling/RandomSamplingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static Collection<Supplier<RandomSampling<Integer>>> implementations() {
@Test
public void correctness() {
final int[] streamSizes = {1, 20, 100};
final int[] repsSizes = {1000000, 1000000, 2000000};
final int[] repsSizes = {1000000, 2000000, 4000000};

assertEquals(streamSizes.length, repsSizes.length);

Expand Down

0 comments on commit 4dc1ffc

Please sign in to comment.