server: wait longer in afterTest

Because we sets dial timeout to be 200ms, afterTest should wait
> 200ms.
release-2.0
Yicheng Qin 2014-08-02 17:28:51 -07:00
parent 7bb6230588
commit 193679e041
1 changed files with 1 additions and 1 deletions

View File

@ -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 {