1 write to _timeout
Infrastructure.Tests (1)
PowerShellScripts\PowerShellCommand.cs (1)
52_timeout = timeSpan;
3 references to _timeout
Infrastructure.Tests (3)
PowerShellScripts\PowerShellCommand.cs (3)
59if (_timeout is not null) 61cts.CancelAfter((int)_timeout.Value.TotalMilliseconds); 71$"Command execution timed out after {_timeout!.Value.TotalSeconds} secs: pwsh {_scriptPath}",