16 writes to Delay
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (16)
HealthCheckPublisherHostedServiceTest.cs (16)
264
Delay
= TimeSpan.FromSeconds(1),
276
Delay
= TimeSpan.FromSeconds(1),
288
Delay
= TimeSpan.FromSeconds(1),
304
Delay
= TimeSpan.FromSeconds(2),
316
Delay
= TimeSpan.FromSeconds(7),
328
Delay
= TimeSpan.FromSeconds(9),
340
Delay
= TimeSpan.FromSeconds(10),
352
Delay
= TimeSpan.FromSeconds(10),
539
Delay
= TimeSpan.FromSeconds(1),
551
Delay
= TimeSpan.FromSeconds(1),
563
Delay
= TimeSpan.FromSeconds(1),
579
Delay
= TimeSpan.FromSeconds(2),
591
Delay
= TimeSpan.FromSeconds(7),
603
Delay
= TimeSpan.FromSeconds(9),
615
Delay
= TimeSpan.FromSeconds(10),
627
Delay
= TimeSpan.FromSeconds(10),
1 reference to Delay
Microsoft.Extensions.Diagnostics.HealthChecks (1)
HealthCheckPublisherHostedService.cs (1)
55
return (registration?.
Delay
?? _healthCheckPublisherOptions.Value.Delay, registration?.Period ?? _healthCheckPublisherOptions.Value.Period);