diff --git a/__tests__/slide.test.js b/__tests__/slide.test.js index 2b54815..57f538f 100644 --- a/__tests__/slide.test.js +++ b/__tests__/slide.test.js @@ -124,7 +124,7 @@ test('It should automatically show second child after first slide', async () => expect(childrenElements[2].classList).toContain('active'); }, { - timeout: options.duration + options.transitionDuration + 20 + timeout: options.duration + options.transitionDuration + 700 } ); });