ci: increase cypress timeout

This commit is contained in:
Hans Pagel 2021-06-03 09:56:26 +02:00
parent 3593565835
commit 9037c380f7

View File

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