
Runs to have some timeout
https://github.com/gpincheiraa/bln-frontend-project1/tree/cypress_dashboard
https://travis-ci.org/gpincheiraa/bln-frontend-project1/builds/388817066
When I push to a branch, Travis CI comes to action, even tells the project and run

commands used were:
npm start & (wait-on http://localhost:3000 && cypress run --record --key 27df0bb4-b483-4074-9299-def2f76ff852)
I am seeing this with Circle CI under the follow conditions:
Cypress Dashboard shows runs running forever (one for > 8 days).
We'll look into there. There is a worker that runs once every 30 minutes to find timed out builds and marks them as timed out. It's possible a regression occurred in the 3.0 release.
Fixed.
Released in 3.0.2.
I'm currently experiencing this behaviour.

These build have been running for the last hour and yet have been cancelled on my machine locally.
Steps to reproduce are similar as explained above. The tests have clearly timed out, but the dashboard still registers them as running.
I'm running verison 3.1.2
@codebender828 This is related to this issue: https://github.com/cypress-io/cypress/issues/2630
nvm, fixed
This issue will be closed to further comment as the exact issue here was resolved and tested.
If you're experiencing a bug similar to this in Cypress, please open a new issue with a fully reproducible example that we can run. There may be a specific edge case with the issue that we need more detail to fix.
Most helpful comment
I am seeing this with Circle CI under the follow conditions:
Cypress Dashboard shows runs running forever (one for > 8 days).