diff --git a/cluster_test.go b/cluster_test.go index fd21bbe0..076f4b67 100644 --- a/cluster_test.go +++ b/cluster_test.go @@ -345,7 +345,7 @@ var _ = Describe("ClusterClient", func() { ttl := cmds[(i*2)+1].(*redis.DurationCmd) dur := time.Duration(i+1) * time.Hour - Expect(ttl.Val()).To(BeNumerically("~", dur, 5*time.Second)) + Expect(ttl.Val()).To(BeNumerically("~", dur, 10*time.Second)) } })