1 write to _timeout
Aspire.EndToEnd.Tests (1)
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
76_timeout = timeSpan;
3 references to _timeout
Aspire.EndToEnd.Tests (3)
tests\Shared\WorkloadTesting\ToolCommand.cs (3)
85if (_timeout is not null) 87cts.CancelAfter((int)_timeout.Value.TotalMilliseconds); 95throw new TaskCanceledException($"Command execution timed out after {_timeout!.Value.TotalSeconds} secs: '{resolvedCommand} {fullArgs}'", tce);