3 references to WaitTimeout
dotnet.Tests (3)
CommandTests\Run\GivenDotnetRunIsInterrupted.cs (3)
137
if (!child.WaitForExit(
WaitTimeout
))
193
Task.Delay(TimeSpan.FromMilliseconds(
WaitTimeout
)).ContinueWith(t =>
209
if (!child.WaitForExit(
WaitTimeout
))