Skip to content

Commit

Permalink
Increase test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed May 14, 2015
1 parent 84cd16e commit f24d3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit f24d3ff

Please sign in to comment.