2 references to s_processExitTimeout
Aspire.Hosting.Browsers (2)
BrowserLogsPipeBrowserProcessLauncher.Unix.cs (1)
259await processTask.WaitAsync(s_processExitTimeout).ConfigureAwait(false);
BrowserLogsPipeBrowserProcessLauncher.Windows.cs (1)
311await processTask.WaitAsync(s_processExitTimeout).ConfigureAwait(false);