File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bin/accessibility-automation/cypress Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ afterEach(() => {
322322 let shouldScanTestForAccessibility = shouldScanForAccessibility ( attributes ) ;
323323 if ( ! shouldScanTestForAccessibility ) return cy . wrap ( { } ) ;
324324
325- cy . wrap ( performScan ( win ) , { timeout : 10000 } ) . then ( ( ) => {
325+ cy . wrap ( performScan ( win ) , { timeout : 30000 } ) . then ( ( ) => {
326326 try {
327327 let os_data ;
328328 if ( Cypress . env ( "OS" ) ) {
@@ -374,7 +374,7 @@ Cypress.Commands.add('performScan', () => {
374374 }
375375 cy . window ( ) . then ( async ( win ) => {
376376 browserStackLog ( `Performing accessibility scan` ) ;
377- cy . wrap ( performScan ( win ) , { timeout :10000 } ) ;
377+ cy . wrap ( performScan ( win ) , { timeout :30000 } ) ;
378378 } ) ;
379379 } catch ( error ) {
380380 browserStackLog ( `Error in performing scan with error: ${ error . message } ` ) ;
You can’t perform that action at this time.
0 commit comments