2 references to MaximumAttempts
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISExpressDeployer.cs (2)
158for (var attempt = 0; attempt < MaximumAttempts; attempt++) 267var message = $"Failed to initialize IIS Express after {MaximumAttempts} attempts to select a port";