We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96066a commit f04069dCopy full SHA for f04069d
bin/accessibility-automation/cypress/index.js
@@ -348,7 +348,7 @@ afterEach(() => {
348
}
349
};
350
browserStackLog(`Saving accessibility test results`);
351
- cy.wrap(saveTestResults(win, payloadToSend), {timeout: 10000}).then(() => {
+ cy.wrap(saveTestResults(win, payloadToSend), {timeout: 30000}).then(() => {
352
browserStackLog(`Saved accessibility test results`);
353
})
354
0 commit comments