diff --git a/etcd/z_last_test.go b/etcd/z_last_test.go index b3addcda8..655b10f23 100644 --- a/etcd/z_last_test.go +++ b/etcd/z_last_test.go @@ -75,7 +75,7 @@ func afterTest(t *testing.T) { ").noteClientGone(": "a closenotifier sender", } var stacks string - for i := 0; i < 4; i++ { + for i := 0; i < 6; i++ { bad = "" stacks = strings.Join(interestingGoroutines(), "\n\n") for substr, what := range badSubstring {