79345730

Date: 2025-01-10 12:41:38
Score: 1.5
Natty:
Report link

In this case the issue was that the timeout was not long enough on the _pactVerifier. By default, this time is set to 5 seconds PactNet and this can be overridden using

_pactVerifier.WithRequestTimeout(TimeSpan.FromSeconds(20))

to increase the verifier timeout to 20 seconds in this case.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Isaac Richardson