We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaebdcb + 297ba72 commit 22827c5Copy full SHA for 22827c5
v23/context/context_test.go
@@ -334,7 +334,7 @@ func TestRootCancelGoroutineLeak(t *testing.T) {
334
// above to exit. This threshold was arbitrarily created after running
335
// `go test -count=10000 -run TestRootCancelGoroutineLeak$` and verifying
336
// that the tests did not fail flakily.
337
- const waitThreshold = 8*time.Millisecond
+ const waitThreshold = 8 * time.Millisecond
338
time.Sleep(waitThreshold)
339
340
// Verify that goroutines no longer exist in the runtime stack.
0 commit comments