increase trip volume

This commit is contained in:
Asim Aslam 2017-01-09 14:50:28 +00:00 committed by Vasiliy Tolstov
parent c1737d7329
commit 6a492de7a3

View File

@ -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)
}