1 write to TimeToLive
Microsoft.Extensions.Hosting.Testing.Tests (1)
FakeHostTests.cs (1)
32x.TimeToLive = TimeSpan.Zero;
4 references to TimeToLive
Microsoft.Extensions.Hosting.Testing (3)
HostTerminatorService.cs (3)
14/// Terminates its host after a timeout set in <see cref="FakeHostOptions.TimeToLive"/>. 50await TimeProvider.Delay(_options.TimeToLive, stoppingToken).ConfigureAwait(false); 58LogTimeToLiveUp(_options.TimeToLive);
Microsoft.Extensions.Hosting.Testing.Tests (1)
HostTerminatorServiceTests.cs (1)
42timeProvider.Advance(options.TimeToLive);