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