Skip to content

Commit b92b9a0

Browse files
committed
test user timeout
1 parent 6ddd855 commit b92b9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38176,7 +38176,7 @@ async function run() {
3817638176
requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
3817738177
reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
3817838178
requestType: constants.REPORT_REQUEST_STATE.FIRST,
38179-
userTimeout,
38179+
// userTimeout,
3818038180
};
3818138181

3818238182
timeManager.checkTimeout();

browserstack-report-action/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function run() {
2525
requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
2626
reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
2727
requestType: constants.REPORT_REQUEST_STATE.FIRST,
28-
userTimeout,
28+
// userTimeout,
2929
};
3030

3131
timeManager.checkTimeout();

0 commit comments

Comments
 (0)