Skip to content

Commit

Permalink
expand timeout for in memory runtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rysweet committed Dec 11, 2024
1 parent 47a9803 commit 9e662ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public async Task HelloAgentsE2EInMemory(string appHostAssemblyPath)
await app.WaitForResourcesAsync().WaitAsync(TimeSpan.FromSeconds(120));

//sleep 5 seconds to make sure the app is running
await Task.Delay(5000);
await Task.Delay(15000);
app.EnsureNoErrorsLogged();
app.EnsureLogContains("Hello World");
app.EnsureLogContains("HelloAgents said Goodbye");
Expand Down

0 comments on commit 9e662ea

Please sign in to comment.