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

--no commit message

--no commit message
上级 9bb87989
......@@ -91,7 +91,7 @@ public class TestCrashAPI extends TestBase implements Runnable {
// ignore
}
}
if (maxWait <= 10) {
if (maxWait > 0 && maxWait <= 10) {
println("stopping...");
stopped = true;
} else if (maxWait == 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论