2 references to s_defaultWaitTimeout
Microsoft.Extensions.Validation.GeneratorTests (2)
ValidationsGeneratorTestBase.cs (2)
287
return args => new HostingListener(args, assembly.EntryPoint, waitTimeout == default ?
s_defaultWaitTimeout
: waitTimeout, stopApplication, configureHostBuilder, entrypointCompleted).CreateHost();
481
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.");