diff --git a/tests/cypress.json b/tests/cypress.json index eb8b3c7d..e9767254 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -2,5 +2,5 @@ "baseUrl": "http://localhost:3000", "integrationFolder": "../", "testFiles": "{docs,tests}/**/*.spec.{js,ts}", - "defaultCommandTimeout": 8000 + "defaultCommandTimeout": 15000 }