diff --git a/tests/integration/vectorize.test.ts b/tests/integration/vectorize.test.ts index 2d65b7f8..98505990 100644 --- a/tests/integration/vectorize.test.ts +++ b/tests/integration/vectorize.test.ts @@ -702,7 +702,7 @@ describe("vectorize", () => { // ── HEIF input ─────────────────────────────────────────────── - it("works with HEIF (sample.heif) input after decoding", { timeout: 60_000 }, async () => { + it("works with HEIF (sample.heif) input after decoding", { timeout: 120_000 }, async () => { const HEIF = readFileSync(join(FIXTURES, "formats", "sample.heif")); const { body, contentType } = createMultipartPayload([ { name: "file", filename: "sample.heif", contentType: "image/heif", content: HEIF },