Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit b6fce40

Browse files
committed
increase wait for command for #185
1 parent 382124d commit b6fce40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/component/basic/network/users-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ context('Users', () => {
1010
it('fetches 3 users from remote API', () => {
1111
mount(<Users />)
1212
// fetching users can take a while
13-
cy.get('li', { timeout: 20000 }).should('have.length', 3)
13+
cy.get('li', { timeout: 60000 }).should('have.length', 3)
1414
})
1515
})
1616

0 commit comments

Comments
 (0)