- 
                Notifications
    You must be signed in to change notification settings 
- Fork 105
Open
Labels

Description
When executing a long running test using cypress/run-tests on CircleCI, I am often finding that I get the error Too long with no output (exceeded 10m0s): context deadline exceeded.  After looking online I saw that there used to be a timeout command which had a default timeout of 10 minutes (the test often goes to 10-15 mins) which could be overridden (#125).  Could this be added to cypress/run-tests?
The orb does not work as expected
- what version of the orb are you currently using? cypress-io/[email protected]
- describe what you think should happen: timeout option should be available when running tests
- describe what happens: Error thrown after 10 minutes, no step information is being output - Too long with no output (exceeded 10m0s): context deadline exceeded
