2 references to s_serviceStartTimeout
Aspire.Hosting.Foundry (2)
FoundryLocalService.cs (2)
165using var startCancellation = new CancellationTokenSource(s_serviceStartTimeout); 172source.TrySetException(new TimeoutException($"Timed out waiting for Foundry CLI service to report an endpoint after {s_serviceStartTimeout}."));