From 387330857d58e289fdee812fe343bc482fdd6a81 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 23 May 2015 14:36:29 +0300 Subject: [PATCH] Fix ClientPause test. --- commands_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands_test.go b/commands_test.go index 7aca5891..0d19b2e5 100644 --- a/commands_test.go +++ b/commands_test.go @@ -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()