diff --git a/tests/cypress.json b/tests/cypress.json index 9ca282556..5162454fb 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -2,5 +2,5 @@ "baseUrl": "http://localhost:3000", "integrationFolder": "../", "testFiles": "{demos,tests}/**/*.spec.{js,ts}", - "defaultCommandTimeout": 15000 + "defaultCommandTimeout": 50000 }