diff --git a/cypress.json b/cypress.json index b5ed87b2e..758dbdeca 100644 --- a/cypress.json +++ b/cypress.json @@ -13,19 +13,19 @@ "project": "dhis2_auto", "description": "", "attributes": [ - { - "key": "version", - "value": "master" - }, - { - "value": "dashboard_app" - } + { + "key": "version", + "value": "master" + }, + { + "value": "dashboard_app" + } ], "debug": false, "parallel": true, "autoMerge": true, "restClientConfig": { - "timeout": 90000 + "timeout": 90000 } } }