From 8537e46a1992dd808694e07555809cbd7dbb6f2b Mon Sep 17 00:00:00 2001 From: Colby Gilbert Date: Wed, 28 Aug 2024 17:49:00 -1000 Subject: [PATCH] bug: extend jest timeouts --- dev/plugin.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/plugin.spec.ts b/dev/plugin.spec.ts index 7d789ec..6159597 100644 --- a/dev/plugin.spec.ts +++ b/dev/plugin.spec.ts @@ -49,7 +49,7 @@ describe('Plugin tests', () => { expect(createdMedia.mimeType).toBe('video/mp4') expect(createdMedia.filesize).toBe(testVideoBuffer.byteLength) expect(createdMedia.alt).toBe('Ligma Test') - }, 40000) + }, 70000) it('standard video outputs are present', () => { const resolutions = [144, 240, 360, 480, 720] @@ -122,7 +122,7 @@ describe('Plugin tests', () => { expect(createdMedia.mimeType).toBe('video/mp4') expect(createdMedia.filesize).toBe(testVideoBuffer.byteLength) expect(createdMedia.alt).toBe('Ligma Test') - }, 40000) + }, 70000) it('custom video outputs are present', () => { const resolutions = [144, 240, 300]