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.