Skip to content

Commit 78b2cf3

Browse files
committed
SDK-1884: timoute
1 parent deefe01 commit 78b2cf3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 1 addition & 1 deletion
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")) {

0 commit comments

Comments
 (0)