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),
538
Delay
= TimeSpan.FromSeconds(1),
550
Delay
= TimeSpan.FromSeconds(1),
562
Delay
= TimeSpan.FromSeconds(1),
578
Delay
= TimeSpan.FromSeconds(2),
590
Delay
= TimeSpan.FromSeconds(7),
602
Delay
= TimeSpan.FromSeconds(9),
614
Delay
= TimeSpan.FromSeconds(10),
626
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);