diff --git a/cypress/e2e/login/login.spec.ts b/cypress/e2e/login/login.spec.ts index ea3a5239f0..2ba2e33f9b 100644 --- a/cypress/e2e/login/login.spec.ts +++ b/cypress/e2e/login/login.spec.ts @@ -58,7 +58,7 @@ describe("Login", () => { cy.startMeasuring("from-submit-to-home"); cy.get(".mx_Login_submit").click(); - cy.url().should('contain', '/#/home'); + cy.url().should('contain', '/#/home', { timeout: 30000 }); cy.stopMeasuring("from-submit-to-home"); }); });