Skip to content

Commit bf66285

Browse files
author
Kerry
authored
Cypress - increase initial app load timeout to 30s (matrix-org#9361)
1 parent 20ce0e6 commit bf66285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/support/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Cypress.Commands.add("initTestUser", (synapse: SynapseInstance, displayName: str
9797

9898
return cy.visit("/").then(() => {
9999
// wait for the app to load
100-
return cy.get(".mx_MatrixChat", { timeout: 15000 });
100+
return cy.get(".mx_MatrixChat", { timeout: 30000 });
101101
}).then(() => ({
102102
password,
103103
accessToken: response.body.access_token,

0 commit comments

Comments
 (0)