We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SpawnProcess is using @io_wait:
@io_wait
https://github.com/cucumber/aruba/blob/master/lib/aruba/processes/spawn_process.rb#L117
But the variable name is actually @io_wait_timeout:
@io_wait_timeout
https://github.com/cucumber/aruba/blob/master/lib/aruba/processes/basic_process.rb#L26
The text was updated successfully, but these errors were encountered:
Fixes old use of instance variable #341
9cf22ae
Good catch. Thanks for reporting. Should be fixed by 9cf22ae
Sorry, something went wrong.
No branches or pull requests
SpawnProcess is using
@io_wait
:https://github.com/cucumber/aruba/blob/master/lib/aruba/processes/spawn_process.rb#L117
But the variable name is actually
@io_wait_timeout
:https://github.com/cucumber/aruba/blob/master/lib/aruba/processes/basic_process.rb#L26
The text was updated successfully, but these errors were encountered: