提交 e96e5c0b 编写于 作者: T Till Rohrmann

[FLINK-2616] [tests] Increases timeout of ZooKeeperLeaderElectionTest to 60s

上级 2da82f91
......@@ -56,7 +56,7 @@ import static org.junit.Assert.*;
public class ZooKeeperLeaderElectionTest extends TestLogger {
private TestingCluster testingCluster;
private static final String TEST_URL = "akka//user/jobmanager";
private static final FiniteDuration timeout = new FiniteDuration(20000, TimeUnit.MILLISECONDS);
private static final FiniteDuration timeout = new FiniteDuration(60000, TimeUnit.MILLISECONDS);
@Before
public void before() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册