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