File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38172,11 +38172,11 @@ async function run() {
3817238172
3817338173 const initialParams = {
3817438174 originalBuildName: buildName,
38175- // buildStartedAt: Date.now().toString(), // Changed to timestamp string
38175+ buildStartedAt: Date.now().toString(), // Changed to timestamp string
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();
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ async function run() {
2121
2222 const initialParams = {
2323 originalBuildName : buildName ,
24- // buildStartedAt: Date.now().toString(), // Changed to timestamp string
24+ buildStartedAt : Date . now ( ) . toString ( ) , // Changed to timestamp string
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 ( ) ;
You can’t perform that action at this time.
0 commit comments