提交 5ba16644 编写于 作者: N Nikita Koksharov

test timeout increased

上级 44ea60a2
......@@ -117,7 +117,7 @@ public class RedissonBatchTest extends BaseTest {
assertThat(b2f2.get()).isEqualTo(2d);
}
@Test(timeout = 21000)
@Test(timeout = 22000)
public void testPerformance() {
RMap<String, String> map = redisson.getMap("map");
Map<String, String> m = new HashMap<String, String>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册