提交 c9d554b2 编写于 作者: Z zhaoyuan17

Modify codex

Signed-off-by: Nzhaoyuan17 <zhaoyuan17@huawei.com>
上级 9a4f3692
...@@ -25,9 +25,7 @@ describe('ActsSubscriberTestUnorderSystem', async function (done) { ...@@ -25,9 +25,7 @@ describe('ActsSubscriberTestUnorderSystem', async function (done) {
function sleep(delay) { function sleep(delay) {
var start = (new Date()).getTime(); var start = (new Date()).getTime();
while((new Date()).getTime() - start < delay) { while((new Date()).getTime() - start < delay) {}
continue;
}
} }
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册