Skip to content

Commit 0b8a950

Browse files
ci: increase cypress test timeout (#17)
* ci: increase cypress test timeout * ci: increase timeout * ci: add timeouts * ci: remove unused timeouts
1 parent 0559625 commit 0b8a950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte-tree-view/cypress/e2e/examples.spec.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ const TEST_DATA = `{{}
88

99
describe('# UI', () => {
1010
it('Should render all 3 examples and inputted new data', () => {
11-
cy.visit('/', { failOnStatusCode: false })
11+
cy.visit('/')
1212
cy.get('.svelte-tree-view').find('li').should('have.length', 270)
13-
cy.wait(3000)
13+
cy.wait(4000)
1414
cy.get('button').contains('Example 2').click()
1515
cy.get('.svelte-tree-view').find('li').should('have.length', 17)
1616
cy.get('button').contains('Example 3').click()

0 commit comments

Comments
 (0)