提交 0ea548f0 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 1b0025c0
......@@ -157,7 +157,7 @@ public abstract class TestHalt extends TestBase {
InputStream in = p.getInputStream();
OutputCatcher catcher = new OutputCatcher(in);
catcher.start();
String s = catcher.readLine(5000);
String s = catcher.readLine(5 * 60 * 1000);
if (s == null) {
throw new IOException("No reply from process, command: " + command);
} else if (s.startsWith("READY")) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论