Open davidfowl opened 1 month ago
In ASP.NET Core repo we often add DefaultTimeout()
to every await in test files. That way you know exactly which test hung and at what link in the test. Adding DefaultTimeout
everywhere is a pain though.
There’s usually also a dump captured (but it’s on Linux 😬)
btw, the changes in https://github.com/dotnet/aspire/pull/5861/files#diff-9d5d1aacb93015b5071c24986affe471f501b7de959aefe1d1708a37724f30ea would be useful to get proper timeouts for anyone debugging this issue.
Seems like we need to extend the timeout for elastic search tests. I can't tell which tests were running when it failed, the logs are pretty interleaved.
Trx:
Aspire.Hosting.Elasticsearch.Tests.zip