提交 0200849a 编写于 作者: Y yancen

[case config]修改关于stop的判断

上级 6f057b8a
......@@ -125,12 +125,16 @@
}
try {
setTimeout(function() {
callback.call(testEnvironment);
if (config.stopCount == 1) {
if (config.stopCount == 1) {
setTimeout(function() {
callback.call(testEnvironment);
start();
}
}, 100);
}, 80);
}
else{
callback.call(testEnvironment);
}
} catch(e) {
fail("Test " + name + " died, exception and test follows", e, callback);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册