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,