Skip to content

Commit f04069d

Browse files
committed
SDK-1884: original time to save results
1 parent f96066a commit f04069d

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
@@ -348,7 +348,7 @@ afterEach(() => {
348348
}
349349
};
350350
browserStackLog(`Saving accessibility test results`);
351-
cy.wrap(saveTestResults(win, payloadToSend), {timeout: 10000}).then(() => {
351+
cy.wrap(saveTestResults(win, payloadToSend), {timeout: 30000}).then(() => {
352352
browserStackLog(`Saved accessibility test results`);
353353
})
354354

0 commit comments

Comments
 (0)