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)
59
if (
_timeout
is not null)
61
cts.CancelAfter((int)
_timeout
.Value.TotalMilliseconds);
71
$"Command execution timed out after {
_timeout
!.Value.TotalSeconds} secs: pwsh {_scriptPath}",