提交 037f1cdf authored 作者: Noel Grandin's avatar Noel Grandin

don't wait forever

if something goes wrong with this test
上级 87792db5
......@@ -13,7 +13,7 @@ import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Random;
import java.util.concurrent.TimeUnit;
import org.h2.api.ErrorCode;
import org.h2.store.fs.FileUtils;
import org.h2.test.TestBase;
......@@ -73,7 +73,7 @@ public class TestKillRestartMulti extends TestBase {
Thread.sleep(sleep);
printTime("killing: " + i);
p.destroy();
p.waitFor();
p.waitFor(10, TimeUnit.SECONDS);
break;
} else if (s.startsWith("#Info")) {
// System.out.println("info: " + s);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论