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