test fixed

pull/5599/head
Nikita Koksharov 1 year ago
parent 34093b42fe
commit 4061c04da0

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

Loading…
Cancel
Save