提交 9038f7a4 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 6e2c061a
...@@ -42,6 +42,7 @@ package org.h2.engine; ...@@ -42,6 +42,7 @@ package org.h2.engine;
* *
* - Documentation: if there are new files, add them to MergeDocs * - Documentation: if there are new files, add them to MergeDocs
* - Documentation: check if all Javadoc files are in the index * - Documentation: check if all Javadoc files are in the index
* - Update the changelog (add new version)
* - Update newsfeed and create files * - Update newsfeed and create files
* - ant docs * - ant docs
* - PDF * - PDF
......
...@@ -42,7 +42,7 @@ public class TestKillRestart extends TestBase { ...@@ -42,7 +42,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(5 * 60 * 1000); String s = catcher.readLine(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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论