2 references to s_defaultWaitTimeout
Microsoft.AspNetCore.Mvc.Testing (2)
src\b7abf4594cebaff7\HostFactoryResolver.cs (2)
93return args => new HostingListener(args, assembly.EntryPoint, waitTimeout ?? s_defaultWaitTimeout, stopApplication, configureHostBuilder, entrypointCompleted, arbitraryActions).CreateHost(); 296throw 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.");