Skip to content

Commit

Permalink
Merge commit '297ba726332cf327c72722a51079cee9205efc6e' into release-…
Browse files Browse the repository at this point in the history
…v0.1.18
  • Loading branch information
cosnicolaou committed Jul 29, 2021
2 parents aaebdcb + 297ba72 commit 22827c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v23/context/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func TestRootCancelGoroutineLeak(t *testing.T) {
// above to exit. This threshold was arbitrarily created after running
// `go test -count=10000 -run TestRootCancelGoroutineLeak$` and verifying
// that the tests did not fail flakily.
const waitThreshold = 8*time.Millisecond
const waitThreshold = 8 * time.Millisecond
time.Sleep(waitThreshold)

// Verify that goroutines no longer exist in the runtime stack.
Expand Down

0 comments on commit 22827c5

Please sign in to comment.