Increase test timeout

This commit is contained in:
Kalle
2026-04-19 14:55:26 +03:00
parent 77acd0f768
commit 6021f13fac

View File

@@ -866,7 +866,7 @@ test.describe("Tournament bracket", () => {
});
test("locks/unlocks matches & sets match as casted", async ({ page }) => {
test.slow();
test.setTimeout(120000);
const tournamentId = 2;