2 references to TimeoutEnvironmentKey
Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests (2)
SnapshotTestHelper.cs (2)
243
if (uint.TryParse(Environment.GetEnvironmentVariable(
TimeoutEnvironmentKey
), out uint timeoutInSeconds))
477
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.");