-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Succeed quickly in Eventually
, EventuallyWithT
#1424
Comments
I think this is a good behavior change. We must involve people who designed it. |
This would be addressed by the proposal in #1439 if that were to move forward. |
👋 Hey @dolmen @cszczepaniak, any update on this ? I work on a project where |
I would still be willing to make this change if everybody is in agreement. |
Works for me, as long as this is fixed ! |
@cszczepaniak I just merged #1481 which uses |
assert.Eventually
does not check initially whether the condition is satisfied. This means it must wait a minimum of the tick duration before checking the condition for the first time. It would be a nice optimization to early-out if the condition is met already when the function is called.The text was updated successfully, but these errors were encountered: