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)
52if (_timeout is not null) 54cts.CancelAfter((int)_timeout.Value.TotalMilliseconds); 64$"Command execution timed out after {_timeout!.Value.TotalSeconds} secs: node {scriptPath}",