From ba4840c52becf73c2749c9ef0f2f09ed0b9d5c7f Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 12 Feb 2017 22:24:33 +0000 Subject: Update dependencies --- vendor/github.com/sethgrid/pester/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/sethgrid/pester/main.go') diff --git a/vendor/github.com/sethgrid/pester/main.go b/vendor/github.com/sethgrid/pester/main.go index 8eb91fe..2771a23 100644 --- a/vendor/github.com/sethgrid/pester/main.go +++ b/vendor/github.com/sethgrid/pester/main.go @@ -292,7 +292,7 @@ func (c *Client) pester(p params) (*http.Response, error) { } // prevent a 0 from causing the tick to block, pass additional microsecond - <-time.Tick(c.Backoff(i) + 1*time.Microsecond) + <-time.After(c.Backoff(i) + 1*time.Microsecond) } }(req, p) } -- cgit v1.2.3