mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: bump HEIF + image-enhancement CI timeout to 300s
HEIF decoding combined with image-enhancement (CLAHE + histogram + multi-step corrections) exceeds 180s on GitHub Actions runners. HEIC works fine (~4.5s) but HEIF specifically needs ~5min in CI.
This commit is contained in:
@@ -678,7 +678,7 @@ describe("Authentication", () => {
|
||||
|
||||
// ── HEIF input ─────────────────────────────────────────────────
|
||||
describe("HEIF input", () => {
|
||||
it("enhances HEIF (sample.heif) input", { timeout: 120_000 }, async () => {
|
||||
it("enhances HEIF (sample.heif) input", { timeout: 300_000 }, async () => {
|
||||
const HEIF = readFileSync(join(FIXTURES, "formats", "sample.heif"));
|
||||
const res = await postTool({ mode: "auto" }, HEIF, "sample.heif", "image/heif");
|
||||
expect([200, 422]).toContain(res.statusCode);
|
||||
|
||||
Reference in New Issue
Block a user