diff --git a/e2e/tournament-bracket.spec.ts b/e2e/tournament-bracket.spec.ts index 4e8facf19..5159d0b95 100644 --- a/e2e/tournament-bracket.spec.ts +++ b/e2e/tournament-bracket.spec.ts @@ -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;