diff --git a/hystrix/hystrix_test.go b/hystrix/hystrix_test.go index a17ed89..d7c4cfb 100644 --- a/hystrix/hystrix_test.go +++ b/hystrix/hystrix_test.go @@ -8,7 +8,6 @@ import ( "sync/atomic" . "github.com/smartystreets/goconvey/convey" - "testing/quick" ) func TestSuccess(t *testing.T) { diff --git a/hystrix/pool_test.go b/hystrix/pool_test.go index 3dbfbad..eef4577 100644 --- a/hystrix/pool_test.go +++ b/hystrix/pool_test.go @@ -85,6 +85,7 @@ func TestWaitingCount(t *testing.T) { Convey("WaitingTicket should be max-10", func() { <-checkpoint + time.Sleep(500 * time.Millisecond) So(pool.WaitingCount(), ShouldEqual, pool.QueueSizeRejectionThreshold-10) })