4 references to s_serviceStartTimeout
Aspire.Hosting.Foundry (4)
FoundryLocalService.cs (4)
315using var startCancellation = new CancellationTokenSource(s_serviceStartTimeout); 322source.TrySetException(new TimeoutException($"Timed out waiting for Foundry CLI service to report an endpoint after {s_serviceStartTimeout}.")); 424startCancellation.CancelAfter(s_serviceStartTimeout); 449throw new TimeoutException($"Timed out waiting for Foundry CLI server startup after {s_serviceStartTimeout}.");