elastic / apm-agent-dotnet

https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html
Apache License 2.0
586 stars 208 forks source link

[BUG] Sometimes regular tests on linux take over 30minutes on CI #2364

Open Mpdreamz opened 6 months ago

Mpdreamz commented 6 months ago

These should take 7m but sometimes the job gets cancelled for taking longer than 30minutes.

Sound like we have a bad wait somewhere in the tests.

stevejgordon commented 2 days ago

2505 includes some changes based on the dumps from hung tests. Monitoring to see if these help and if so, we can dig into them a little deeper as some of the workarounds might need to be improved.