From d2ab3591050fafb3a6038bdadcbf3341956a6441 Mon Sep 17 00:00:00 2001 From: Cosmos Nicolaou Date: Thu, 22 Jul 2021 18:37:53 +0200 Subject: [PATCH] lint --- v23/context/context_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v23/context/context_test.go b/v23/context/context_test.go index 167f9d2d6..4dbbc72c1 100644 --- a/v23/context/context_test.go +++ b/v23/context/context_test.go @@ -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.