RedissonSemaphoreTest fixed

pull/365/head
Nikita 9 years ago
parent 4edab22a33
commit 8791954dec

@ -207,7 +207,7 @@ public class RedissonSemaphoreTest extends BaseConcurrentTest {
@Test
public void testConcurrency_MultiInstance_1_permits() throws InterruptedException {
int iterations = 100;
int iterations = 30;
final AtomicInteger lockedCounter = new AtomicInteger();
RSemaphore s = redisson.getSemaphore("test");

Loading…
Cancel
Save