2 references to GetPublicEndpointReadyTimeout
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxContainerDeployment.cs (1)
349
await WaitForPublicHttpAsync(endpointUrl,
GetPublicEndpointReadyTimeout
(resource), context.CancellationToken).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (1)
AzureSandboxesTests.cs (1)
1831
Assert.Equal(TimeSpan.FromMinutes(2), AzureSandboxContainerDeployment.
GetPublicEndpointReadyTimeout
(sandboxContainer));