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(() => {
322
322
let shouldScanTestForAccessibility = shouldScanForAccessibility ( attributes ) ;
323
323
if ( ! shouldScanTestForAccessibility ) return cy . wrap ( { } ) ;
324
324
325
- cy . wrap ( performScan ( win ) , { timeout : 10000 } ) . then ( ( ) => {
325
+ cy . wrap ( performScan ( win ) , { timeout : 30000 } ) . then ( ( ) => {
326
326
try {
327
327
let os_data ;
328
328
if ( Cypress . env ( "OS" ) ) {
@@ -374,7 +374,7 @@ Cypress.Commands.add('performScan', () => {
374
374
}
375
375
cy . window ( ) . then ( async ( win ) => {
376
376
browserStackLog ( `Performing accessibility scan` ) ;
377
- cy . wrap ( performScan ( win ) , { timeout :10000 } ) ;
377
+ cy . wrap ( performScan ( win ) , { timeout :30000 } ) ;
378
378
} ) ;
379
379
} catch ( error ) {
380
380
browserStackLog ( `Error in performing scan with error: ${ error . message } ` ) ;
You can’t perform that action at this time.
0 commit comments