diff --git a/e2e/tournament-bracket.spec.ts b/e2e/tournament-bracket.spec.ts index 332f9b7de..0621a0297 100644 --- a/e2e/tournament-bracket.spec.ts +++ b/e2e/tournament-bracket.spec.ts @@ -1024,6 +1024,8 @@ test.describe("Tournament bracket", () => { test("swiss tournament with bracket advancing/unadvancing & dropping out a team", async ({ page, }) => { + test.slow(); + const tournamentId = 5; await seed(page);