3 references to WaitAsync
Aspire.Dashboard (1)
Components\Pages\ConsoleLogs.razor.cs (1)
224await loadingTcs.Task.WaitAsync(TimeSpan.FromSeconds(5), _resourceSubscriptionToken);
Aspire.Hosting (1)
Health\ResourceHealthCheckService.cs (1)
371await delayInterruptedTask.WaitAsync(delay, cancellationToken).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);
Aspire.Hosting.PostgreSQL.Tests (1)
PostgresFunctionalTests.cs (1)
572await app.StopAsync(cts.Token).WaitAsync(TimeSpan.FromMinutes(1), cts.Token);