4 references to WaitForResources
Aspire.Playground.Tests (4)
AppHostTests.cs (1)
70
await app.
WaitForResources
().WaitAsync(TimeSpan.FromMinutes(5));
ProjectSpecificTests.cs (3)
26
await app.
WaitForResources
().WaitAsync(TestConstants.ExtraLongTimeoutTimeSpan);
43
await app.
WaitForResources
().WaitAsync(TestConstants.ExtraLongTimeoutTimeSpan);
70
await app.
WaitForResources
().WaitAsync(TestConstants.ExtraLongTimeoutTimeSpan);