From 193679e041c59a96f4efe615f52a8295f782144e Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Sat, 2 Aug 2014 17:28:51 -0700 Subject: [PATCH] server: wait longer in afterTest Because we sets dial timeout to be 200ms, afterTest should wait > 200ms. --- etcd/z_last_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {