mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: increase all HEIF/HEIC integration test timeouts to 120s for CI
The sharpening HEIF test was timing out at 60s in GitHub Actions. Bumps all remaining HEIF/HEIC test timeouts from 60s to 120s across 14 integration test files for consistency with vectorize.
This commit is contained in:
@@ -382,7 +382,7 @@ describe("Solid white image", () => {
|
||||
|
||||
// ── HEIF input ─────────────────────────────────────────────────
|
||||
describe("HEIF input", () => {
|
||||
it("extracts palette from HEIF image", { timeout: 60_000 }, async () => {
|
||||
it("extracts palette from HEIF image", { timeout: 120_000 }, async () => {
|
||||
const HEIF = readFileSync(join(FIXTURES, "content", "motorcycle.heif"));
|
||||
const { body: payload, contentType } = makeFilePayload(HEIF, "photo.heif", "image/heif");
|
||||
const res = await app.inject({
|
||||
|
||||
Reference in New Issue
Block a user