2 references to DiskImageReadyTimeoutSeconds
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
686var deadline = DateTimeOffset.UtcNow.AddSeconds(DiskImageReadyTimeoutSeconds); 703throw new TimeoutException($"Sandbox disk image '{diskImage.Id}' was not ready after {DiskImageReadyTimeoutSeconds} seconds (last state: '{diskImage.Status.State}').");