1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Fix ClientPause test.

This commit is contained in:
Vladimir Mihailenco
2015-05-23 14:36:29 +03:00
parent f79308a137
commit 387330857d

View File

@ -83,7 +83,7 @@ var _ = Describe("Commands", func() {
Consistently(func() error { Consistently(func() error {
return client.Ping().Err() return client.Ping().Err()
}, "900ms").Should(HaveOccurred()) }, "400ms").Should(HaveOccurred()) // pause time - read timeout
Eventually(func() error { Eventually(func() error {
return client.Ping().Err() return client.Ping().Err()