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 855da76 commit de73414Copy full SHA for de73414
packages/@vue/cli-ui/tests/e2e/specs/g4-tasks.js
@@ -25,6 +25,6 @@ describe('Tasks', () => {
25
cy.get('.task-item:contains("build").status-running')
26
cy.wait(500)
27
cy.get('.build-progress .done', { timeout: 250000 }).should('be.visible')
28
- cy.get('.task-item:contains("build").status-done', { timeout: 3000 })
+ cy.get('.task-item:contains("build").status-done', { timeout: 25000 })
29
})
30
0 commit comments