Skip to content

Commit

Permalink
CI: avoid OutOfMemoryError.
Browse files Browse the repository at this point in the history
Fixes #599.
  • Loading branch information
dennisguse committed Mar 7, 2021
1 parent 3f5c3a5 commit f4a7e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void testLocationIterator_batchAscending() {

@Test
public void testLocationIterator_largeTrack() {
testIterator(new Track.Id(1), 20000, 2000);
testIterator(new Track.Id(1), 10000, 10000);
}

private void testIterator(Track.Id trackId, int numPoints, int batchSize) {
Expand Down

0 comments on commit f4a7e4c

Please sign in to comment.