diff --git a/test/js/web/fetch/fetch.stream.test.ts b/test/js/web/fetch/fetch.stream.test.ts index dcff063e39..2e765823c0 100644 --- a/test/js/web/fetch/fetch.stream.test.ts +++ b/test/js/web/fetch/fetch.stream.test.ts @@ -26,7 +26,7 @@ const bigText = Buffer.alloc(1 * 1024 * 1024, "a"); const smallText = Buffer.alloc(16 * "Hello".length, "Hello"); const empty = Buffer.alloc(0); -describe.concurrent("fetch() with streaming", () => { +describe.concurrent(() => { [100, 50, 20, 0, -1].forEach(timeout => { ["pull", "start"].forEach(via => { it(`should be able to fail properly when reading from readable stream via ${via} with timeout ${timeout}`, async () => {