-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No option to no_output_timeout on run-tests #430
Comments
Any progress on this? |
You should be able to specify this yourself on your job itself. Have you given this a try @JP-Mat ? |
I've tried both timeout and no_output_timeout and received the errors
This used to exist as part of the 'run' job as the timeout property as far as I can tell But there doesn't seem to be anything like it on the run-tests command or run job |
Any update for this? The change should be fairly trivial https://github.com/cypress-io/circleci-orb/blob/master/src/commands/run-tests.yml
https://github.com/cypress-io/circleci-orb/blob/master/src/jobs/run.yml
|
Any update on this? or a work around anyone has found to be successful? |
When executing a long running test using
cypress/run-tests
on CircleCI, I am often finding that I get the errorToo 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 tocypress/run-tests
?The orb does not work as expected
Too long with no output (exceeded 10m0s): context deadline exceeded
The text was updated successfully, but these errors were encountered: