Fix ClientPause test.

This commit is contained in:
Vladimir Mihailenco 2015-05-23 14:36:29 +03:00
parent f79308a137
commit 387330857d
1 changed files with 1 additions and 1 deletions

View File

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