diff --git a/napi/parser/test/parse-raw.test.ts b/napi/parser/test/parse-raw.test.ts index 4a374bc6aec0f..ea6b8837fafe3 100644 --- a/napi/parser/test/parse-raw.test.ts +++ b/napi/parser/test/parse-raw.test.ts @@ -220,7 +220,7 @@ describe.concurrent('edge cases', () => { }); // Test raw transfer output matches standard (via JSON) output for some large files -describe.concurrent('fixtures', () => { +describe.concurrent('fixtures', { timeout: 10_000 }, () => { // oxlint-disable-next-line jest/expect-expect it.each(benchFixturePaths)('%s', path => runCaseInWorker(TEST_TYPE_FIXTURE, path)); });