提交 c6c52bab 编写于 作者: O openharmony_ci 提交者: Gitee

!1236 L2_master 有序无序事件setTimeOut注释

Merge pull request !1236 from jiyong/master
......@@ -149,9 +149,6 @@ describe('ActsSubscriberTestOrder', function () {
Subscriber.publish("publish_event0100", commonEventPublishData, publishCallback);
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestOrder_0100 end==================");
}, 200000);
})
/*
......@@ -256,9 +253,6 @@ describe('ActsSubscriberTestOrder', function () {
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestOrder_0200 end==================");
}, 200000);
})
/*
......@@ -364,10 +358,6 @@ describe('ActsSubscriberTestOrder', function () {
}
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestOrder_0300 end==================");
}, 200000);
})
/*
......@@ -450,10 +440,6 @@ describe('ActsSubscriberTestOrder', function () {
Subscriber.publish("publish_event0400", commonEventPublishData, publishCallback);
})
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestOrder_0400 end==================");
}, 200000);
})
/*
......@@ -535,9 +521,5 @@ describe('ActsSubscriberTestOrder', function () {
Subscriber.publish("publish_event0500", commonEventPublishData, publishCallback);
})
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestOrder_0500 end==================");
}, 200000);
})
})
......@@ -82,10 +82,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0100 end==================");
}, 30000);
})
/*
......@@ -124,10 +120,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0200 end==================");
}, 30000);
})
/*
......@@ -180,9 +172,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0300 end==================");
}, 30000);
})
/*
......@@ -230,10 +219,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0400 end==================");
}, 30000);
})
/*
......@@ -288,10 +273,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0500 end==================");
}, 30000);
})
/*
......@@ -342,10 +323,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
})
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0600 end==================");
}, 30000);
})
/*
......@@ -389,10 +366,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
});
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0700 end==================");
}, 30000);
})
/*
......@@ -502,11 +475,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
});
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_0900 end==================");
}, 30000);
})
/*
......@@ -601,10 +569,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}, 1000);
});
});
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_1000 end==================");
}, 30000);
})
/*
......@@ -644,10 +608,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}
Subscriber.createSubscriber(commonEventSubscribeInfo, createSubscriber1100CallBack);
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_1100 end==================");
}, 30000);
})
/*
......@@ -702,10 +662,6 @@ describe('ActsSubscriberTestUnorder', async function (done) {
}
Subscriber.createSubscriber(commonEventSubscribeInfo, createSubscriber1200CallBack);
setTimeout(function (){
console.debug("===================ActsSubscriberTestUnorder_1200 end==================");
}, 30000);
})
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册