mirror of https://github.com/hashicorp/consul
Bump timeout in TestManager_BasicLifecycle (#6030)
parent
fd52e9e5f4
commit
fd9237a1ff
|
@ -215,7 +215,7 @@ func assertWatchChanRecvs(t *testing.T, ch <-chan *ConfigSnapshot, expect *Confi
|
||||||
if expect == nil {
|
if expect == nil {
|
||||||
require.False(t, ok, "watch chan should be closed")
|
require.False(t, ok, "watch chan should be closed")
|
||||||
}
|
}
|
||||||
case <-time.After(50*time.Millisecond + coalesceTimeout):
|
case <-time.After(100*time.Millisecond + coalesceTimeout):
|
||||||
t.Fatal("recv timeout")
|
t.Fatal("recv timeout")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue