increase cypress timeout

This commit is contained in:
Philipp Kühn
2021-05-28 15:18:51 +02:00
parent 7b74d5849f
commit 428d6d584d

View File

@@ -1,5 +1,6 @@
{ {
"baseUrl": "http://localhost:3000", "baseUrl": "http://localhost:3000",
"integrationFolder": "../", "integrationFolder": "../",
"testFiles": "{docs,tests}/**/*.spec.{js,ts}" "testFiles": "{docs,tests}/**/*.spec.{js,ts}",
"defaultCommandTimeout": 8000
} }