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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: