test fixed

pull/3917/head
Nikita Koksharov 3 years ago
parent 034f112e60
commit 47c8af18b8

@ -179,7 +179,7 @@ public class RedissonSessionTest {
Optional<RedissonSession> noSession = sessionStore.findSession(saved.getId()).get();
assertThat(noSession).isEmpty();
Thread.sleep(10000);
Thread.sleep(11000);
assertThat(rc.getKeys().count()).isZero();

Loading…
Cancel
Save