varunthakur2480
varunthakur2480
Hi Steve, I am running nunit3 task on multiple assemblies and assume that you also tested in multi threaded setup.Here are the options I used NUnit3 Assemblies="@(NUnitTestAssemblies->'%(FullPath)')" Process="Multiple" TestTimeout="360000" Framework="v4.0"...
Updated the comment , seems that it does not display traditional msbuild tags that start with <
thanks for looking into this , it turns out that it was a combination of two issues, 1) Redirection of logs as you mentioned above 2) I was calling the...
[run-34cdAV2VcLFen9NY-plan-log.txt](https://github.com/hashicorp/terraform-provider-kubernetes/files/11369535/run-34cdAV2VcLFen9NY-plan-log.txt)
this is starting to hurt us really bad, we have a set of 20 resources (flux) that are being created and it takes ~20 minutes to run a plan and...
I can try that but it will be good to address this issue too