Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Jun 8, 2016
1 parent 27867ba commit 28c3c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/tchannel/outbound_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func TestOutboundHeaders(t *testing.T) {
if ctx == nil {
ctx = context.Background()
}
ctx, _ = context.WithTimeout(ctx, 200*time.Millisecond)
ctx, _ = context.WithTimeout(ctx, time.Second)

res, err := out.Call(
ctx,
Expand Down

0 comments on commit 28c3c1f

Please sign in to comment.