test fixed

pull/1705/head
Nikita Koksharov 6 years ago
parent a5f2810aa7
commit 2fdd12e83f

@ -150,7 +150,7 @@ public class RedissonBatchTest extends BaseTest {
BatchOptions batchOptions = BatchOptions.defaults().executionMode(ExecutionMode.REDIS_WRITE_ATOMIC);
RBatch batch = redisson.createBatch(batchOptions);
for (int i = 0; i < 200000; i++) {
for (int i = 0; i < 300000; i++) {
batch.getBucket("test").setAsync(123);
}

Loading…
Cancel
Save