mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: increase vectorize HEIF test timeout to 180s for CI
Vectorize + HEIF decoding is particularly slow on CI runners. 120s was not enough; bump to 180s.
This commit is contained in:
@@ -702,7 +702,7 @@ describe("vectorize", () => {
|
||||
|
||||
// ── HEIF input ───────────────────────────────────────────────
|
||||
|
||||
it("works with HEIF (sample.heif) input after decoding", { timeout: 120_000 }, async () => {
|
||||
it("works with HEIF (sample.heif) input after decoding", { timeout: 180_000 }, async () => {
|
||||
const HEIF = readFileSync(join(FIXTURES, "formats", "sample.heif"));
|
||||
const { body, contentType } = createMultipartPayload([
|
||||
{ name: "file", filename: "sample.heif", contentType: "image/heif", content: HEIF },
|
||||
|
||||
Reference in New Issue
Block a user