11 references to WaitForAspireAddSuccessAsync
Aspire.Cli.EndToEnd.Tests (11)
ChannelUpdateWorkflowTests.cs (2)
125await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2)); 179await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2));
TypeScriptCodegenValidationTests.cs (2)
67await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2)); 71await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2));
TypeScriptLegacyAppHostTests.cs (1)
65await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2));
TypeScriptMigrateAppHostTests.cs (1)
64await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2));
TypeScriptPolyglotApphostDirectoryTests.cs (1)
76await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2));
TypeScriptPolyglotTests.cs (2)
93await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2)); 204await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2));
TypeScriptPublishTests.cs (2)
130await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2)); 134await auto.WaitForAspireAddSuccessAsync(counter, TimeSpan.FromMinutes(2));