Skip to content

Commit 2148ba1

Browse files
committed
SDK-1884: timoute
1 parent deefe01 commit 2148ba1

File tree

1 file changed

+2
-2
lines changed
  • bin/accessibility-automation/cypress

1 file changed

+2
-2
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}`);

0 commit comments

Comments
 (0)