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