Skip to content

Commit

Permalink
Little more tweak maximumSize test in CaffeineClientSideCacheTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Jun 6, 2024
1 parent a347d7c commit 11ce88e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void individualCommandsAndThenStats() {
@Test
public void maximumSize() {
final long maxSize = 10;
final long maxEstimatedSize = 42;
final long maxEstimatedSize = 50;
int count = 1000;
for (int i = 0; i < count; i++) {
control.set("k" + i, "v" + i);
Expand Down

0 comments on commit 11ce88e

Please sign in to comment.