6 references to AspireRunStartupBudgetSeconds
Aspire.Cli.EndToEnd.Tests (6)
Helpers\CliE2EAutomatorHelpers.cs (4)
37/// Intentionally larger than <see cref="AspireRunStartupBudgetSeconds"/> so the CLI's own startup timeout fires 40internal 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"/>. 49var command = $"ASPIRE_CLI_START_TIMEOUT={AspireRunStartupBudgetSeconds.ToString(CultureInfo.InvariantCulture)} aspire run";
LaunchProfileTests.cs (1)
93? $"ASPIRE_CLI_START_TIMEOUT={CliE2EAutomatorHelpers.AspireRunStartupBudgetSeconds} dotnet run --launch-profile E2E /p:AspireUseCliBundle=true"
SmokeTests.cs (1)
100$"ASPIRE_CLI_START_TIMEOUT={CliE2EAutomatorHelpers.AspireRunStartupBudgetSeconds} " +