Skip to content

Commit

Permalink
Removing sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 16, 2024
1 parent d77ecbd commit 48de7e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/CommunityToolkit.Aspire.AppHost.Tests/ProgramTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public async Task Given_Executable_Resource_When_Invoked_Then_Root_Returns_OK()
await using var app = await appHost.BuildAsync();
await app.StartAsync();

Thread.Sleep(10000);

// Act
var httpClient = app.CreateHttpClient("executableapp");
var response = await httpClient.GetAsync("/");
Expand Down

0 comments on commit 48de7e3

Please sign in to comment.