Skip to content

Commit

Permalink
Update MemStatementListTestIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Nov 26, 2024
1 parent c96c4de commit 8d84b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static void beforeAll() throws IOException {
statements = stream
.map(s -> ((MemStatement) s))
.sorted(Comparator.comparing(Object::toString))
.limit(10000)
.limit(5000)
.collect(Collectors.toList());
}
connection.commit();
Expand Down

0 comments on commit 8d84b00

Please sign in to comment.