File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ const Accessibility = (on, config) => {
5151 console . log ( `parameter for accessibility report WCAG_CRITERIA - ` + config . env . WCAG_CRITERIA )
5252 console . log ( `parameter for accessibility report BEST_PRACTICE -` + config . env . BEST_PRACTICE )
5353 console . log ( `parameter for accessibility report NEEDS_REVIEW -` + config . env . NEEDS_REVIEW )
54+ console . log ( `parameter for accessibility report ACCESSIBILITY_REPORT_PATH -` + config . env . ACCESSIBILITY_REPORT_PATH )
55+
5456
5557 return config ;
5658}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const setScanConfig = (win, payload) =>
2929
3030 setTimeout ( ( ) => {
3131 reject ( new Error ( 'automation-custom-event not received within timeout' ) ) ;
32- } , 9000 ) ;
32+ } , 45000 ) ;
3333 }
3434 startScan ( ) ;
3535
@@ -57,7 +57,7 @@ const getScanData = (win, payload) =>
5757
5858 setTimeout ( ( ) => {
5959 reject ( new Error ( 'automation-custom-event not received within timeout' ) ) ;
60- } , 9000 ) ;
60+ } , 45000 ) ;
6161
6262 }
6363
You can’t perform that action at this time.
0 commit comments