16 writes to Delay
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (16)
HealthCheckPublisherHostedServiceTest.cs (16)
263
Delay
= TimeSpan.FromSeconds(1),
275
Delay
= TimeSpan.FromSeconds(1),
287
Delay
= TimeSpan.FromSeconds(1),
303
Delay
= TimeSpan.FromSeconds(2),
315
Delay
= TimeSpan.FromSeconds(7),
327
Delay
= TimeSpan.FromSeconds(9),
339
Delay
= TimeSpan.FromSeconds(10),
351
Delay
= TimeSpan.FromSeconds(10),
537
Delay
= TimeSpan.FromSeconds(1),
549
Delay
= TimeSpan.FromSeconds(1),
561
Delay
= TimeSpan.FromSeconds(1),
577
Delay
= TimeSpan.FromSeconds(2),
589
Delay
= TimeSpan.FromSeconds(7),
601
Delay
= TimeSpan.FromSeconds(9),
613
Delay
= TimeSpan.FromSeconds(10),
625
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);