-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
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.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"chromeWebSecurity": false, | ||
"defaultCommandTimeout": 60000, | ||
"defaultCommandTimeout": 120000, | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pierrebeitz
Contributor
|
||
"env": { | ||
"CLUSTER_URL": "http://localhost:4200" | ||
}, | ||
|
@@ -9,6 +9,7 @@ | |
"pageLoadTimeout": 600000, | ||
"projectId": "a209b1cd-e44f-47a4-b22c-d8f26649f43f", | ||
"reporter": "junit", | ||
"retries": 3, | ||
This comment has been minimized.
Sorry, something went wrong.
pierrebeitz
Contributor
|
||
"screenshotsFolder": "cypress/screenshots", | ||
"supportFile": "tests/_support", | ||
"trashAssetsBeforeRuns": false, | ||
|
@janisz did that help anything? it would be awesome if we could have the build green this easily. :)
usually our flakes should have nothing to do with that timeout and it will only increase the time our tests run as cypress is waiting longer for things that don't ever happen.
i think the real problem is dcos-ui itself having tons of race conditions due to it's architecture.