diff --git a/cypress/support/commands.js b/cypress/support/commands.js index ed5c7968..9ed07f0b 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -37,6 +37,7 @@ Cypress.Commands.add("login", (email, password) => { url: "/api/method/login", method: "POST", body: { usr: email, pwd: password }, + timeout: 60000, }); });