diff --git a/src/test/java/org/redisson/RedissonSemaphoreTest.java b/src/test/java/org/redisson/RedissonSemaphoreTest.java index a79143c6a..ac71bf0f7 100644 --- a/src/test/java/org/redisson/RedissonSemaphoreTest.java +++ b/src/test/java/org/redisson/RedissonSemaphoreTest.java @@ -228,8 +228,8 @@ public class RedissonSemaphoreTest extends BaseConcurrentTest { @Test public void testConcurrency_MultiInstance_10_permits() throws InterruptedException { - int iterations = 105; Assume.assumeFalse(Boolean.valueOf(System.getProperty("travisEnv"))); + int iterations = 100; final AtomicInteger lockedCounter = new AtomicInteger(); RSemaphore s = redisson.getSemaphore("test");