Skip to content

Commit 22827c5

Browse files
committed
Merge commit '297ba726332cf327c72722a51079cee9205efc6e' into release-v0.1.18
2 parents aaebdcb + 297ba72 commit 22827c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v23/context/context_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func TestRootCancelGoroutineLeak(t *testing.T) {
334334
// above to exit. This threshold was arbitrarily created after running
335335
// `go test -count=10000 -run TestRootCancelGoroutineLeak$` and verifying
336336
// that the tests did not fail flakily.
337-
const waitThreshold = 8*time.Millisecond
337+
const waitThreshold = 8 * time.Millisecond
338338
time.Sleep(waitThreshold)
339339

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

0 commit comments

Comments
 (0)