From f8f660b31a3c528f9ec7016c0c3a0b028e949ff2 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:52:08 +0200 Subject: [PATCH] Flake? --- test/node/prores.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/prores.test.ts b/test/node/prores.test.ts index 1323c5a..84ce420 100644 --- a/test/node/prores.test.ts +++ b/test/node/prores.test.ts @@ -12,7 +12,7 @@ import { assert } from '../../src/misc.js'; const SAMPLE_URL = 'https://pub-1ee78aacb848486482b20a72b55b3121.r2.dev/turbores-sample.mov'; -test.concurrent('ProRes MOV file reading', async () => { +test.concurrent('ProRes MOV file reading', { timeout: 20_000 }, async () => { using input = new Input({ source: new UrlSource(SAMPLE_URL), formats: ALL_FORMATS,