Skip to content
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

waitFor() displays the : Interrupted by timeout : error no matter what #5

Open
ryanzec opened this issue Nov 18, 2013 · 0 comments
Open
Assignees
Labels

Comments

@ryanzec
Copy link
Contributor

ryanzec commented Nov 18, 2013

I was working with waitFor() and noticed that after all my test executed successfully, I was getting a large number of:

▶ WAITFOR Interrupted by timeout

outputted and was not sure why since the code was executing successfully. Looking at the waitFor code, I noticed that the timeout that is created that outputs this error message is never being cleared when the call executes successfully.

I have fixed this locally and everything seems to work fine. I will submit a pull request that fixes this later tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant