2 references to RetryMillisecondsDelay
Microsoft.DotNet.VersionTools (2)
Automation\GitHubVersionsRepoUpdater.cs (2)
156Trace.TraceInformation($"Trying again in {RetryMillisecondsDelay}ms. {MaxTries - nextTry} tries left."); 157await Task.Delay(RetryMillisecondsDelay);