提交 d4d67d3c authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 1f473b7c
...@@ -40,7 +40,7 @@ public class TestKillRestart extends TestBase { ...@@ -40,7 +40,7 @@ public class TestKillRestart extends TestBase {
OutputCatcher catcher = new OutputCatcher(in); OutputCatcher catcher = new OutputCatcher(in);
catcher.start(); catcher.start();
while (true) { while (true) {
String s = catcher.readLine(10000); String s = catcher.readLine(5 * 60 * 1000);
// System.out.println("> " + s); // System.out.println("> " + s);
if (s == null) { if (s == null) {
error("No reply from process"); error("No reply from process");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论