1 write to TimeToLive
Microsoft.Extensions.Hosting.Testing.Tests (1)
FakeHostTests.cs (1)
32
x.
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
"/>.
50
await TimeProvider.Delay(_options.
TimeToLive
, stoppingToken).ConfigureAwait(false);
58
LogTimeToLiveUp(_options.
TimeToLive
);
Microsoft.Extensions.Hosting.Testing.Tests (1)
HostTerminatorServiceTests.cs (1)
42
timeProvider.Advance(options.
TimeToLive
);