We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddd855 commit b92b9a0Copy full SHA for b92b9a0
2 files changed
browserstack-report-action/dist/index.js
@@ -38176,7 +38176,7 @@ async function run() {
38176
requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
38177
reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
38178
requestType: constants.REPORT_REQUEST_STATE.FIRST,
38179
- userTimeout,
+ // userTimeout,
38180
};
38181
38182
timeManager.checkTimeout();
browserstack-report-action/src/main.js
@@ -25,7 +25,7 @@ async function run() {
25
26
27
28
29
30
31
0 commit comments