diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js b/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js index 0906182685a3ae88312e57387da0b7129676147c..58423ebb591cb26b509de690b08901c31999633e 100644 --- a/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js +++ b/notification/ces_standard/subscribeandpublish/actssubscriberorderedtest/entry/src/main/js/test/ActsSubscriber_test_ordered.js @@ -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); }) }) diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordertest/entry/src/main/js/test/ActsSubscriber_test_unorder.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordertest/entry/src/main/js/test/ActsSubscriber_test_unorder.js index f4a7777edac34aeb4bc075951fd56ea8da1cbcb1..308a7acfb2ed017d6c331bc61c1bee2c189d5d4a 100755 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordertest/entry/src/main/js/test/ActsSubscriber_test_unorder.js +++ b/notification/ces_standard/subscribeandpublish/actssubscriberunordertest/entry/src/main/js/test/ActsSubscriber_test_unorder.js @@ -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); }) })