From 6a492de7a3cf13f30be17402bb4fdf10f1c3aa1a Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 9 Jan 2017 14:50:28 +0000 Subject: [PATCH] increase trip volume --- hystrix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix_test.go b/hystrix_test.go index 3e484ea..a32bdd1 100644 --- a/hystrix_test.go +++ b/hystrix_test.go @@ -30,7 +30,7 @@ func TestBreaker(t *testing.T) { var rsp map[string]interface{} // Force to point of trip - for i := 0; i < (hystrix.DefaultVolumeThreshold * 2); i++ { + for i := 0; i < (hystrix.DefaultVolumeThreshold * 3); i++ { c.Call(context.TODO(), req, rsp) }