10 references to TimeoutAfter
Aspire.Hosting.Tests (10)
Health\ResourceHealthCheckServiceTests.cs (6)
49
await app.StopAsync().
TimeoutAfter
(TestConstants.LongTimeoutTimeSpan);
242
await app.StopAsync(abortTokenSource.Token).
TimeoutAfter
(TestConstants.LongTimeoutTimeSpan);
358
await app.StopAsync().
TimeoutAfter
(TestConstants.LongTimeoutTimeSpan);
558
await app.StopAsync().
TimeoutAfter
(TestConstants.LongTimeoutTimeSpan);
606
await app.StopAsync().
TimeoutAfter
(TestConstants.LongTimeoutTimeSpan);
652
await app.StopAsync().
TimeoutAfter
(TestConstants.LongTimeoutTimeSpan);
tests\Shared\AsyncTestHelpers.cs (4)
90
return task.
TimeoutAfter
(TimeSpan.FromMilliseconds(milliseconds), filePath, lineNumber);
95
return task.
TimeoutAfter
(timeout, filePath, lineNumber);
105
return task.AsTask().
TimeoutAfter
(TimeSpan.FromMilliseconds(milliseconds), filePath, lineNumber);
110
return task.AsTask().
TimeoutAfter
(timeout, filePath, lineNumber);