Skip to content

Commit

Permalink
fix coverage (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>
  • Loading branch information
do87 and Dean Oren committed Dec 31, 2022
1 parent ea7bf03 commit 15345d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func TestClient_DoWithRetry(t *testing.T) {
t.Error(err)
}

ctx3, td3 := context.WithTimeout(ctx, 5*basetime)
ctx3, td3 := context.WithTimeout(ctx, 6*basetime)
defer td3()

c.client.Timeout = basetime * 1
Expand Down

0 comments on commit 15345d7

Please sign in to comment.