Skip to content

Commit de73414

Browse files
author
Guillaume Chau
committed
test: fix e2e timeout
1 parent 855da76 commit de73414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/tests/e2e/specs/g4-tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ describe('Tasks', () => {
2525
cy.get('.task-item:contains("build").status-running')
2626
cy.wait(500)
2727
cy.get('.build-progress .done', { timeout: 250000 }).should('be.visible')
28-
cy.get('.task-item:contains("build").status-done', { timeout: 3000 })
28+
cy.get('.task-item:contains("build").status-done', { timeout: 25000 })
2929
})
3030
})

0 commit comments

Comments
 (0)