提交 9bb87989 authored 作者: Thomas Mueller's avatar Thomas Mueller

Test.

上级 b4f18991
......@@ -91,9 +91,11 @@ public class TestCrashAPI extends TestBase implements Runnable {
// ignore
}
}
if (maxWait == 0) {
if (maxWait <= 10) {
println("stopping...");
stopped = true;
} else if (maxWait == 0) {
println("stopping (force)...");
objects.clear();
if (running) {
System.out.println("stopping main thread:");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论