2 references to TimeoutEnvironmentKey
GetDocument.Insider (2)
.packages\microsoft.extensions.hostfactoryresolver.sources\10.0.0-alpha.1.24551.5\contentFiles\cs\netstandard2.0\HostFactoryResolver.cs (2)
33
if (uint.TryParse(Environment.GetEnvironmentVariable(
TimeoutEnvironmentKey
), out uint timeoutInSeconds))
286
throw new InvalidOperationException($"Timed out waiting for the entry point to build the IHost after {s_defaultWaitTimeout}. This timeout can be modified using the '{
TimeoutEnvironmentKey
}' environment variable.");