提交 a7507ce8 编写于 作者: Y yancen

[case config]修改stop

上级 2818e3a6
......@@ -125,11 +125,14 @@
}
try {
if (config.stopCount == 1) {
setTimeout(function() {
callback.call(testEnvironment);
start();
}, 80);
if (config.stopCount == 1) {
start();
}
}, 100);
}
else{
callback.call(testEnvironment);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册