Provide timeout option for runs in Cy Dashboard #16615
abhidp
started this conversation in
Cypress Cloud
Replies: 5 comments 2 replies
-
anyone looking into this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Any updates on this one? I want to limit all builds to 1 hr max |
Beta Was this translation helpful? Give feedback.
0 replies
-
any update for set timeout? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes a run continues to run indefinitely until manually cancelled.
This is because some specs keep on running till eternity for reasons unknown.
As a result, the entire CI deployment pipeline is blocked.
As you can see from the screenshots, a spec has been running since 1+ Hour (which usually completes under 2 minutes otherwise) while all other specs have already completed running within 5 minutes combined (
parallelism: 10
).There are no logs or anything to look into why this is still in progress.
Please provide a configurable option for Cy Dashboard to be able to cancel a run automatically if a run goes beyond a specified time limit a.k.a
timeout
Beta Was this translation helpful? Give feedback.
All reactions