2 references to WaitForProcessExit
Aspire.Cli.Tests (2)
Projects\AppHostServerSessionTests.cs (2)
146
WaitForProcessExit
(project.StartedExecution!.ProcessId, TimeSpan.FromSeconds(30)),
375
Assert.True(
WaitForProcessExit
(pid, TimeSpan.FromSeconds(5)), $"Process {pid} should be exited after DisposeAsync.");