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) => {
51
51
console . log ( `parameter for accessibility report WCAG_CRITERIA - ` + config . env . WCAG_CRITERIA )
52
52
console . log ( `parameter for accessibility report BEST_PRACTICE -` + config . env . BEST_PRACTICE )
53
53
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
+
54
56
55
57
return config ;
56
58
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const setScanConfig = (win, payload) =>
29
29
30
30
setTimeout ( ( ) => {
31
31
reject ( new Error ( 'automation-custom-event not received within timeout' ) ) ;
32
- } , 9000 ) ;
32
+ } , 45000 ) ;
33
33
}
34
34
startScan ( ) ;
35
35
@@ -57,7 +57,7 @@ const getScanData = (win, payload) =>
57
57
58
58
setTimeout ( ( ) => {
59
59
reject ( new Error ( 'automation-custom-event not received within timeout' ) ) ;
60
- } , 9000 ) ;
60
+ } , 45000 ) ;
61
61
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments