4 references to Timeout
dotnet (4)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (3)
744
case TestOutcome.
Timeout
:
802
TestOutcome.Error or TestOutcome.Fail or TestOutcome.Canceled or TestOutcome.
Timeout
=> TerminalColor.DarkRed,
811
TestOutcome.Canceled or TestOutcome.
Timeout
=> $"{CliCommandStrings.FailedLowercase} ({CliCommandStrings.CancelledLowercase})",
Commands\Test\MTP\TestApplicationHandler.cs (1)
646
TestStates.Timeout => TestOutcome.
Timeout
,