increase cypress timeout
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user