From 0a019435121bee1ad8a489c0223a1a4c00ad932c Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 21 Sep 2021 10:11:58 +0300 Subject: [PATCH] test fixed --- redisson/src/test/java/org/redisson/RedissonTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisson/src/test/java/org/redisson/RedissonTest.java b/redisson/src/test/java/org/redisson/RedissonTest.java index 1fb19223c..65128d6bc 100644 --- a/redisson/src/test/java/org/redisson/RedissonTest.java +++ b/redisson/src/test/java/org/redisson/RedissonTest.java @@ -434,7 +434,7 @@ public class RedissonTest extends BaseTest { System.out.println("errors " + errors + " success " + success + " readonly " + readonlyErrors); - assertThat(errors).isLessThan(820); + assertThat(errors).isLessThan(1300); assertThat(readonlyErrors).isZero(); redisson.shutdown();