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 08e8b23 commit f3f8de9Copy full SHA for f3f8de9
support.js
@@ -140,6 +140,8 @@ if (Cypress.env('coverage') === false) {
140
141
after(function generateReport() {
142
// when all tests finish, lets generate the coverage report
143
- cy.task('coverageReport')
+ cy.task('coverageReport', {
144
+ timeout: Cypress.moment.duration(3, 'minutes').asMilliseconds()
145
+ })
146
})
147
}
0 commit comments