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)
85
if (
_timeout
is not null)
87
cts.CancelAfter((int)
_timeout
.Value.TotalMilliseconds);
95
throw new TaskCanceledException($"Command execution timed out after {
_timeout
!.Value.TotalSeconds} secs: '{resolvedCommand} {fullArgs}'", tce);