diff --git a/cluster_test.go b/cluster_test.go index 2ba8812e..6ec8552f 100644 --- a/cluster_test.go +++ b/cluster_test.go @@ -271,7 +271,7 @@ var _ = Describe("Cluster", func() { Eventually(func() []string { 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() {