diff --git a/test/unit/specs/select.spec.js b/test/unit/specs/select.spec.js index 204e73aa8..69677d009 100644 --- a/test/unit/specs/select.spec.js +++ b/test/unit/specs/select.spec.js @@ -693,7 +693,7 @@ describe('Select', () => { expect(spyFocus.calledOnce).to.be.true; expect(spyBlur.calledOnce).to.be.true; done(); - }, 100); + }, 250); }); it('should return focus to input inside select after option select', done => {