Skip to content

Commit

Permalink
Increase TestHostClientMaxConnWaitTimeoutSuccess timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer committed Jun 29, 2021
1 parent f6560be commit 1504a84
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 @@ -2580,7 +2580,7 @@ func TestHostClientMaxConnWaitTimeoutSuccess(t *testing.T) {
return ln.Dial()
},
MaxConns: 1,
MaxConnWaitTimeout: time.Second,
MaxConnWaitTimeout: time.Second * 2,
}

for i := 0; i < 5; i++ {
Expand Down

0 comments on commit 1504a84

Please sign in to comment.