提交 b18d1586 编写于 作者: J Jesse Glick

Trying to prevent random failure.

上级 1e88a476
......@@ -56,8 +56,8 @@ public class ConnectionTest extends Assert {
};
t2.start();
t1.join(3000);
t2.join(3000);
t1.join(9999);
t2.join(9999);
if (t1.isAlive() || t2.isAlive()) {
t1.interrupt();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册