From b2d3d216ea3fdbaede37f9015a04002da634ec4c Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 2 Oct 2023 10:20:08 +0200 Subject: [PATCH] Increase timeout to 30s --- .../src/components/library/test/mediaElement.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/story-editor/src/components/library/test/mediaElement.js b/packages/story-editor/src/components/library/test/mediaElement.js index f9e2c5413a7a..c598578876c3 100644 --- a/packages/story-editor/src/components/library/test/mediaElement.js +++ b/packages/story-editor/src/components/library/test/mediaElement.js @@ -128,7 +128,7 @@ describe('MediaElement', () => { const results = await axe(container); expect(results).toHaveNoViolations(); - }, 10000); + }, 30000); it('should render MediaElement for a resource of type=`gif` without accessibility violations', async () => { useLocalMedia.mockReturnValue({ @@ -139,7 +139,7 @@ describe('MediaElement', () => { const results = await axe(container); expect(results).toHaveNoViolations(); - }, 10000); + }, 30000); it('should render MediaElement for a resource of type=`video` without accessibility violations', async () => { useLocalMedia.mockReturnValue({ @@ -150,7 +150,7 @@ describe('MediaElement', () => { const results = await axe(container); expect(results).toHaveNoViolations(); - }, 10000); + }, 30000); it("should render dropdown menu's more icon for uploaded image", () => { useLocalMedia.mockReturnValue({