2 references to AppStartupWaitTimeoutSecs
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (2)
267var startupTimeoutTask = Task.Delay(TimeSpan.FromSeconds(AppStartupWaitTimeoutSecs), token); 278reason = $"Timed out after {AppStartupWaitTimeoutSecs} secs waiting for the app to start.";