You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems currently when fetching pact from broker , scala-pact uses hardcoded timeout of 2 seconds. This is not enough in my case. So would be great to have ability to override timeout value.
When trying to connect to an invalid pact broker address, the verify command takes a very long time to give up.
Some of the HttpClient interface methods do not take a client timeout value, suspect pushing that through is the way to tackle this issue.
The text was updated successfully, but these errors were encountered: