Timeout using .NET 6 in run mode
dhaligas opened this issue · 0 comments
dhaligas commented
FYI: there is a 5 second timeout when building the host in .NET 6 (Run not debug). I ran into this issue locally because we use AzureKeyVault on startup. The workaround is to run your tests in Debug for the time being. The dotnet team added an environment variable that should be available on the next .NET 6 release.