7 references to StayAlive
Aspire.Cli.Tests (7)
Commands\AppHostLauncherTests.cs (7)
185harness.ProcessFactory.Mode = TestDetachedProcessFactory.ChildProcessMode.StayAlive; 381harness.ProcessFactory.Mode = TestDetachedProcessFactory.ChildProcessMode.StayAlive; 459harness.ProcessFactory.Mode = TestDetachedProcessFactory.ChildProcessMode.StayAlive; 566harness.ProcessFactory.Mode = TestDetachedProcessFactory.ChildProcessMode.StayAlive; 1280public ChildProcessMode Mode { get; set; } = ChildProcessMode.StayAlive; 1381ChildProcessMode.StayAlive => ("cmd.exe", "/c ping -n 60 127.0.0.1 >NUL"), 1389ChildProcessMode.StayAlive => ("/bin/sh", "-c \"sleep 60\""),