Skip to content

Commit 108e3e2

Browse files
committed
fix: increase retries and timeout
We have flaky CI for master. Many test fails due to > Timed out retrying: Expected to find element This change should fix it for now until we debug real cause.
1 parent 56b4c75 commit 108e3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"chromeWebSecurity": false,
3-
"defaultCommandTimeout": 60000,
3+
"defaultCommandTimeout": 120000,
44
"env": {
55
"CLUSTER_URL": "http://localhost:4200"
66
},
@@ -9,6 +9,7 @@
99
"pageLoadTimeout": 600000,
1010
"projectId": "a209b1cd-e44f-47a4-b22c-d8f26649f43f",
1111
"reporter": "junit",
12+
"retries": 3,
1213
"screenshotsFolder": "cypress/screenshots",
1314
"supportFile": "tests/_support",
1415
"trashAssetsBeforeRuns": false,

0 commit comments

Comments
 (0)