修改了检测等待时间(由调试时间修改为真实时间)

This commit is contained in:
zhangyuheng 2023-12-15 09:25:06 +08:00
parent e6e6b69211
commit 0443db50e3

View File

@ -47,7 +47,7 @@ export class OnDemandRunner {
continue;
}
this.count++;
if (this.count >= 1) {
if (this.count >= 30) {
break;
}
}