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