2 references to WaitAsync
Aspire.Hosting (1)
Health\ResourceHealthCheckService.cs (1)
365
await delayInterruptedTask.
WaitAsync
(delay, cancellationToken).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);
Aspire.Hosting.PostgreSQL.Tests (1)
PostgresFunctionalTests.cs (1)
494
await app.StopAsync(cts.Token).
WaitAsync
(TimeSpan.FromMinutes(1), cts.Token);