You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run into this error sporadically when using the "I run" step:
And I run "melon -d test.db add test_file test_file_2" # aruba-0.3.2/lib/aruba/cucumber.rb:94
process still alive after 1 seconds (ChildProcess::TimeoutError)
features/edges.feature:9:in `And I run "melon -d test.db add test_file test_file_2"'
As far as I can tell from a little source diving, it looks like there's a hard-coded limit to how long Aruba will wait for a child process to quit, after it sends the quit signal. Googling really isn't telling me anything. Am I correct in interpreting this as aruba telling me that my child processes won't die for some reason? And, is there anything I can do?
The text was updated successfully, but these errors were encountered:
I run into this error sporadically when using the "I run" step:
As far as I can tell from a little source diving, it looks like there's a hard-coded limit to how long Aruba will wait for a child process to quit, after it sends the quit signal. Googling really isn't telling me anything. Am I correct in interpreting this as aruba telling me that my child processes won't die for some reason? And, is there anything I can do?
The text was updated successfully, but these errors were encountered: