diff --git a/cypress.json b/cypress.json index 635fd52d6..04532567f 100644 --- a/cypress.json +++ b/cypress.json @@ -3,6 +3,7 @@ "video": true, "projectId": "5fk191", "testFiles": "**/*.feature", + "defaultCommandTimeout": 15000, "viewportWidth": 1280, "viewportHeight": 800 } diff --git a/cypress/support/utils.js b/cypress/support/utils.js index f9fa0721e..909d50129 100644 --- a/cypress/support/utils.js +++ b/cypress/support/utils.js @@ -1,4 +1,4 @@ -export const EXTENDED_TIMEOUT = { timeout: 15000 } +export const EXTENDED_TIMEOUT = { timeout: 25000 } export const goOffline = () => { cy.log('**go offline**')