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