increase cypress page load timeout

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

View File

@ -1,6 +1,6 @@
{
"projectId": "qa7fe2",
"defaultCommandTimeout": 50000,
"defaultCommandTimeout": 180000,
"pageLoadTimeout": 180000,
"ignoreTestFiles": "*.js",
"chromeWebSecurity": false,