diff --git a/cypress.json b/cypress.json index dd04460e0..9175392d3 100644 --- a/cypress.json +++ b/cypress.json @@ -8,5 +8,6 @@ "networkMode": "live", "dhis2ApiVersion": "40" }, - "testFiles": "**/*.cy.js" + "testFiles": "**/*.cy.js", + "defaultCommandTimeout": 15000 }