3 references to TestingIntervals
dotnet.Tests (1)
GivenExponentialRetry.cs (1)
37
var res = await ExponentialRetry.ExecuteWithRetryOnFailure<string?>(action, 2, timer: () => ExponentialRetry.Timer(ExponentialRetry.
TestingIntervals
));
Microsoft.DotNet.PackageInstall.Tests (2)
NuGetPackageInstallerTests.cs (2)
40
restoreActionConfig: new RestoreActionConfig(NoCache: true), timer: () => ExponentialRetry.Timer(ExponentialRetry.
TestingIntervals
));
43
restoreActionConfig: new RestoreActionConfig(NoCache: true), timer: () => ExponentialRetry.Timer(ExponentialRetry.
TestingIntervals
), shouldUsePackageSourceMapping: true);