diff --git a/cypress.json b/cypress.json index 8be32412a..5993cb871 100644 --- a/cypress.json +++ b/cypress.json @@ -1,8 +1,5 @@ { "baseUrl": "http://localhost:3000/", - "experimentalFetchPolyfill": true, - "firefoxGcInterval": { - "runMode": null, - "openMode": null - } + "defaultCommandTimeout": 15000, + "experimentalFetchPolyfill": true }