9 references to WaitForSuccessPromptFailFastAsync
Aspire.Cli.EndToEnd.Tests (9)
Helpers\CliE2EAutomatorHelpers.cs (5)
74await auto.WaitForSuccessPromptFailFastAsync(counter, TimeSpan.FromSeconds(120)); 84await auto.WaitForSuccessPromptFailFastAsync(counter, TimeSpan.FromSeconds(300)); 134await auto.WaitForSuccessPromptFailFastAsync(counter, TimeSpan.FromSeconds(300)); 181await auto.WaitForSuccessPromptFailFastAsync(counter, TimeSpan.FromSeconds(300)); 233await auto.WaitForSuccessPromptFailFastAsync(counter, timeout: TimeSpan.FromSeconds(300));
PlaywrightCliInstallTests.cs (4)
136await auto.WaitForSuccessPromptFailFastAsync(counter); 165await auto.WaitForSuccessPromptFailFastAsync(counter); 171await auto.WaitForSuccessPromptFailFastAsync(counter); 177await auto.WaitForSuccessPromptFailFastAsync(counter);