Closed e1ywka closed 6 years ago
Please look at com.itv.scalapact.shared.http.ScalaPactHttpClient:38 There is a hard coded value of client timeout.
Whould you able to port fix for scala 2.11 and sbt 0.13?
You're on this project board. I think it's time I did one last 2.11 release (it's a massive effort). https://github.com/ITV/scala-pact/projects/2
Should be fixed now using version 2.2.5
, would you like to confirm @e1ywka ?
@davesmith00000, yes, that is it. Thank you!
You're welcome - I've been meaning to fix that for ages! ;-)
Hello
I am using scala-pact on provider side.
We set up privder before test and then verify it like this
But sometimes we get an error on the first checked pact
Error in response: Client request timeout after 1666 milliseconds
I thought it is some default timeout of http4s lib. How am I able to configure all suitable timeouts?