chore: Enable cypress retries

This commit is contained in:
Suraj Shetty 2021-02-01 07:36:04 +05:30
parent f14bd1bb0b
commit 8b95df92f9

View file

@ -3,5 +3,9 @@
"projectId": "92odwv",
"adminPassword": "admin",
"defaultCommandTimeout": 20000,
"pageLoadTimeout": 15000
"pageLoadTimeout": 15000,
"retries": {
"runMode": 2,
"openMode": 2
}
}