-
Notifications
You must be signed in to change notification settings - Fork 13
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
not respecting .get()
timeout
#71
Comments
I've been poking around trying to make sense of code, and it def seems to be an issue related to "disabling the built-in assertion". Line 257 in a518e6e
|
This is also happening for me. I seem to recall a previous version of |
Running into the same issue on |
Same problem with |
Same problem with |
Using latest version:
1.10.5
.Try this snippet:
It should wait 10 seconds for "thing" before deciding which branch to exercise. However, it immediately goes into the else branch.
The text was updated successfully, but these errors were encountered: