2 references to s_processExitTimeout
Aspire.Hosting.Azure.Kubernetes (2)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (2)
276
await _processLifetimeTask.WaitAsync(
s_processExitTimeout
).ConfigureAwait(false);
287
await _processLifetimeTask.WaitAsync(
s_processExitTimeout
).ConfigureAwait(false);