Conversation
c536781 to
9f2e760
Compare
stephanos
commented
May 28, 2026
| deadline, ok := ctx.Deadline() | ||
| require.True(t, ok) | ||
| require.WithinDuration(t, time.Now().Add(time.Second), deadline, 50*time.Millisecond) | ||
| synctest.Test(t, func(t *testing.T) { |
Contributor
Author
There was a problem hiding this comment.
drive-by improvement
d4e098f to
64b8d40
Compare
64b8d40 to
465a9b6
Compare
52653b9 to
2cffae6
Compare
465a9b6 to
38afbc7
Compare
2cffae6 to
5fb966d
Compare
5fb966d to
d311c81
Compare
38afbc7 to
d18b633
Compare
d311c81 to
e49a9ee
Compare
4c87750 to
c243c77
Compare
e49a9ee to
66e861b
Compare
c243c77 to
dd79d70
Compare
66e861b to
58edaea
Compare
dd79d70 to
56f6c33
Compare
0484cd8 to
d899349
Compare
56f6c33 to
0a70853
Compare
d899349 to
5e71cbc
Compare
e30bb25 to
afb700a
Compare
5e71cbc to
3639e99
Compare
afb700a to
17564db
Compare
0bfea95 to
b44d21a
Compare
01f6d0f to
3fb9599
Compare
b44d21a to
0e1279d
Compare
0e1279d to
f08ca00
Compare
3fb9599 to
7fc3b8c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed?
Describe what has changed in this PR.
Why?
Tell your future self why have you made these changes.
How did you test it?
Potential risks
Any change is risky. Identify all risks you are aware of. If none, remove this section.