2 references to RetryRequestCount
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
114
for (var i = 0; i <
RetryRequestCount
&& !await predicate(response); i++)
125
throw new InvalidOperationException($"Didn't get response that satisfies predicate after {
RetryRequestCount
} retries");