4 references to AspireRunStartupBudgetSeconds
Aspire.Cli.EndToEnd.Tests (4)
Helpers\CliE2EAutomatorHelpers.cs (4)
37
/// Intentionally larger than <see cref="
AspireRunStartupBudgetSeconds
"/> so the CLI's own startup timeout fires
40
internal static TimeSpan AspireRunReadyTimeout => TimeSpan.FromSeconds(
AspireRunStartupBudgetSeconds
+ 60);
44
/// daily-feed restores don't trip the CLI's default 120s startup timeout. See <see cref="
AspireRunStartupBudgetSeconds
"/>.
49
var command = $"ASPIRE_CLI_START_TIMEOUT={
AspireRunStartupBudgetSeconds
.ToString(CultureInfo.InvariantCulture)} aspire run";