mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Increase test timeout.
This commit is contained in:
@ -271,7 +271,7 @@ var _ = Describe("Cluster", func() {
|
|||||||
|
|
||||||
Eventually(func() []string {
|
Eventually(func() []string {
|
||||||
return client.SlotAddrs(slot)
|
return client.SlotAddrs(slot)
|
||||||
}).Should(Equal([]string{"127.0.0.1:8221", "127.0.0.1:8224"}))
|
}, "5s").Should(Equal([]string{"127.0.0.1:8221", "127.0.0.1:8224"}))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should perform multi-pipelines", func() {
|
It("should perform multi-pipelines", func() {
|
||||||
|
Reference in New Issue
Block a user