diff --git a/npm/react/cypress/component/advanced/timers/card-spec.js b/npm/react/cypress/component/advanced/timers/card-spec.js index d697aa2555..becdf5caaf 100644 --- a/npm/react/cypress/component/advanced/timers/card-spec.js +++ b/npm/react/cypress/component/advanced/timers/card-spec.js @@ -8,7 +8,7 @@ it('should select null after timing out', () => { const onSelect = cy.stub().as('selected') mount() - cy.get('@selected', { timeout: 5100 }).should('have.been.calledWith', null) + cy.get('@selected', { timeout: 5500 }).should('have.been.calledWith', null) }) it('should accept selections', () => {