Skip to content

Commit

Permalink
SDK-1884: original time to save results
Browse files Browse the repository at this point in the history
  • Loading branch information
osho-20 committed Dec 5, 2024
1 parent f96066a commit f04069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/accessibility-automation/cypress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ afterEach(() => {
}
};
browserStackLog(`Saving accessibility test results`);
cy.wrap(saveTestResults(win, payloadToSend), {timeout: 10000}).then(() => {
cy.wrap(saveTestResults(win, payloadToSend), {timeout: 30000}).then(() => {
browserStackLog(`Saved accessibility test results`);
})

Expand Down

0 comments on commit f04069d

Please sign in to comment.