2 references to DebugProxyLaunchTimeout
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
DebugProxyLauncher.cs (2)
75
using var cts = new CancellationTokenSource(
DebugProxyLaunchTimeout
);
89
tcs.TrySetException(new TimeoutException($"Failed to start the debug proxy within the timeout period of {
DebugProxyLaunchTimeout
.TotalSeconds} seconds."));