test fixed

pull/653/head
Nikita 8 years ago
parent e663767d0f
commit ec41ed0982

@ -151,9 +151,9 @@ public class RedissonSetCacheTest extends BaseTest {
Thread.sleep(100);
assertThat(set.contains("123")).isTrue();
Thread.sleep(100);
Thread.sleep(300);
assertThat(set.contains("123")).isFalse();
assertThat(set.contains("123")).isTrue();
}
@Test

Loading…
Cancel
Save