Skip to content

Commit

Permalink
fix(test): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Feb 25, 2016
1 parent 1877f7b commit 573b58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestRequestTimeout(t *testing.T) {
req := NewRequest().URL(ts.URL)

req.UseRequest(func(ctx *context.Context, h context.Handler) {
ctx.Client.Timeout = 50 * time.Millisecond
ctx.Client.Timeout = 100 * time.Millisecond
h.Next(ctx)
})

Expand Down

0 comments on commit 573b58c

Please sign in to comment.