mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
server: wait longer in afterTest
Because we sets dial timeout to be 200ms, afterTest should wait > 200ms.
This commit is contained in:
parent
7bb6230588
commit
193679e041
@ -75,7 +75,7 @@ func afterTest(t *testing.T) {
|
|||||||
").noteClientGone(": "a closenotifier sender",
|
").noteClientGone(": "a closenotifier sender",
|
||||||
}
|
}
|
||||||
var stacks string
|
var stacks string
|
||||||
for i := 0; i < 4; i++ {
|
for i := 0; i < 6; i++ {
|
||||||
bad = ""
|
bad = ""
|
||||||
stacks = strings.Join(interestingGoroutines(), "\n\n")
|
stacks = strings.Join(interestingGoroutines(), "\n\n")
|
||||||
for substr, what := range badSubstring {
|
for substr, what := range badSubstring {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user