Skip to content

Commit 11ce88e

Browse files
committed
Little more tweak maximumSize test in CaffeineClientSideCacheTest
1 parent a347d7c commit 11ce88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/redis/clients/jedis/csc/CaffeineClientSideCacheTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void individualCommandsAndThenStats() {
5858
@Test
5959
public void maximumSize() {
6060
final long maxSize = 10;
61-
final long maxEstimatedSize = 42;
61+
final long maxEstimatedSize = 50;
6262
int count = 1000;
6363
for (int i = 0; i < count; i++) {
6464
control.set("k" + i, "v" + i);

0 commit comments

Comments
 (0)