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