-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
vary error for callback vs promise #1028
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
@@ -81,7 +81,7 @@ Feature: Step definition timeouts | |||
Then it fails | |||
And the output contains the text: | |||
""" | |||
function timed out after 500 milliseconds | |||
function timed out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do what was done earlier in this file?
@@ -29,7 +29,8 @@ Feature: before / after all hook timeouts | |||
Then it fails | |||
And the error output contains the text snippets: | |||
| a handler errored, process exiting | | |||
| function timed out after 500 milliseconds | | |||
| function timed out | | |||
| 500 milliseconds | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update this to: function timed out, ensure the callback is executed within 500 milliseconds
?
@charlierudolph sure thing. Glad to be able to help. I addressed your feedback in the latest commit. I thought I was being smart by reducing some of the repetitiveness but this is more consistent. Let me know if I missed anything else. |
Hi @bruce-lindsay, Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾 In return for this generous offer we hope you will:
On behalf of the Cucumber core team, |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
#1019