Skip to content

Commit

Permalink
increase the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jan 9, 2025
1 parent 0f6de5b commit c468617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '../..'
it('waits for the network call', () => {
cy.visit('/')

cy.waitForNetworkIdle(2000)
cy.waitForNetworkIdle(4000)
.should('have.keys', 'started', 'finished', 'waited', 'callCount')
.then(({ waited, callCount }) => {
// the page makes the Ajax call after 1000 ms
Expand Down

0 comments on commit c468617

Please sign in to comment.