test: increase default command timeout to 50s

This commit is contained in:
Dominik Biedebach
2022-05-10 19:45:06 +02:00
committed by Dominik
parent 229936dd3b
commit 790aaeb915

View File

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