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