提交 3e1cb1af authored 作者: Thomas Mueller's avatar Thomas Mueller

Run tests with maximum concurrency

上级 e1eddade
......@@ -864,7 +864,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
private void runAddedTests() {
int threadCount = ManagementFactory.getOperatingSystemMXBean().getAvailableProcessors();
threadCount = 2;
// threadCount = 2;
runAddedTests(threadCount);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论