Skip to content

Commit 42f8e1e

Browse files
committed
init
1 parent 6b7b11c commit 42f8e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/helper/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ exports.batchAndPostEvents = async (eventUrl, kind, data) => {
512512

513513
try {
514514
const eventsUuids = data.map(eventData => `${eventData.event_type}:${eventData.test_run ? eventData.test_run.uuid : (eventData.hook_run ? eventData.hook_run.uuid : null)}`).join(', ');
515-
await sleep();
515+
// await sleep();
516516
exports.nodeRequestForLogs(`[Request Batch Send] for events:uuids ${eventsUuids}`)
517517
const response = await nodeRequest('POST',eventUrl,data,config);
518518
exports.nodeRequestForLogs(`[Request Batch Repsonse] ${util.format(response.data)} for events:uuids ${eventsUuids}`)

0 commit comments

Comments
 (0)