Encountering ETIMEDOUT issue when running Cypress on Jenkins #22713
Unanswered
Becavalier
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, how can I increase the ttl to solve the below issue? I access the target endpoint with below line of code, but it seems the Jenkins job failed very soon, the timeout here didn't work at all.
cy.visit(path, { failOnStatusCode: false, timeout: 120000 })
Beta Was this translation helpful? Give feedback.
All reactions