Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing client timeout connecting to pact broker #99

Open
davesmith00000 opened this issue Aug 12, 2018 · 1 comment
Open

Missing client timeout connecting to pact broker #99

davesmith00000 opened this issue Aug 12, 2018 · 1 comment
Labels

Comments

@davesmith00000
Copy link
Contributor

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.

@pikazlou
Copy link

pikazlou commented Jun 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants