2 references to s_gracefulShutdownBudget
aspire (2)
Commands\RunCommand.cs (2)
98private static readonly TimeSpan s_detachedAppHostTeardownTimeout = s_gracefulShutdownBudget + TimeSpan.FromSeconds(3); 110protected override TimeSpan GracefulShutdownBudget => s_gracefulShutdownBudget;