increase cypress page load timeout

This commit is contained in:
mahula 2023-05-25 14:25:07 +02:00
parent 433111604d
commit edb9618b1f

View File

@ -1,6 +1,7 @@
{ {
"projectId": "qa7fe2", "projectId": "qa7fe2",
"defaultCommandTimeout": 50000, "defaultCommandTimeout": 50000,
"pageLoadTimeout": 180000,
"ignoreTestFiles": "*.js", "ignoreTestFiles": "*.js",
"chromeWebSecurity": false, "chromeWebSecurity": false,
"baseUrl": "http://localhost:3000", "baseUrl": "http://localhost:3000",