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