Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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