1 write to _timeout
Infrastructure.Tests (1)
WorkflowScripts\NodeCommand.cs (1)
39
_timeout
= timeSpan;
3 references to _timeout
Infrastructure.Tests (3)
WorkflowScripts\NodeCommand.cs (3)
52
if (
_timeout
is not null)
54
cts.CancelAfter((int)
_timeout
.Value.TotalMilliseconds);
64
$"Command execution timed out after {
_timeout
!.Value.TotalSeconds} secs: node {scriptPath}",