mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: increase timeout for max-size QR generation test in CI
The 10000x10000 QR code generation exceeds the default 30s timeout on GitHub Actions runners. Bump to 120s to accommodate slower CI hardware.
This commit is contained in:
@@ -585,7 +585,7 @@ describe("QR Generate", () => {
|
||||
|
||||
// ── Max allowed size ───────────────────────────────────────────
|
||||
|
||||
it("generates QR code at maximum allowed size (10000)", async () => {
|
||||
it("generates QR code at maximum allowed size (10000)", { timeout: 120_000 }, async () => {
|
||||
const res = await app.inject({
|
||||
method: "POST",
|
||||
url: "/api/v1/tools/qr-generate",
|
||||
|
||||
Reference in New Issue
Block a user