Skip to content

Commit 74fc743

Browse files
committed
adding limits in timeout
1 parent 44e7034 commit 74fc743

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38174,6 +38174,7 @@ async function run() {
3817438174
},
3817538175
};
3817638176
reportProcessor = new ReportProcessor(report);
38177+
await reportProcessor.processReport();
3817738178
return;
3817838179
}
3817938180

browserstack-report-action/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ async function run() {
2323
},
2424
};
2525
reportProcessor = new ReportProcessor(report);
26+
await reportProcessor.processReport();
2627
return;
2728
}
2829

0 commit comments

Comments
 (0)