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

Run some tests in parallel

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